Skip to content

Commit e942a54

Browse files
committed
trailing space at line 118 removed
1 parent 57349f4 commit e942a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export function globalIdField(
115115
name: 'id',
116116
description: 'The ID of an object',
117117
type: new GraphQLNonNull(GraphQLID),
118-
resolve: (obj,args,info) =>
118+
resolve: (obj,args,info) =>
119119
toGlobalId(typeName, idFetcher ? idFetcher(obj,info) : obj.id)
120120
};
121121
}

0 commit comments

Comments
 (0)