Skip to content

Commit b6bb5e6

Browse files
committed
Fix code style
1 parent d885386 commit b6bb5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/5-fp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const singleton = (instance => () => instance)({});
3+
const singleton = ((instance) => () => instance)({});
44

55
// Usage
66

0 commit comments

Comments
 (0)