Skip to content

Commit 8eb0532

Browse files
committed
Remove the comment duplicating the code
1 parent 9cd5af4 commit 8eb0532

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/compose.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
export default function compose(...funcs) {
99
return (...args) => {
1010
if (funcs.length === 0) {
11-
// We weren't given any functions, just return the first passed in arg.
1211
return args[0]
1312
}
1413

0 commit comments

Comments
 (0)