Skip to content

Commit 72af3f1

Browse files
committed
Match existing conventions in the index.js file
1 parent 932aded commit 72af3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export {
3939

4040
// Helper for creating plural identifying root fields
4141
export {
42-
pluralIdentifyingRootField
43-
} from './node/plural.js'
42+
pluralIdentifyingRootField,
43+
} from './node/plural.js';
4444

4545
// Utilities for creating global IDs in systems that don't have them.
4646
export {

0 commit comments

Comments
 (0)