Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit 6078abb

Browse files
committed
fix(index): add missing trailing comma
1 parent fa93d90 commit 6078abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ export {
1313
padLeft,
1414
randomInteger,
1515
arrayFill,
16-
sortObjectsArray
16+
sortObjectsArray,
1717
}

0 commit comments

Comments
 (0)