Skip to content

Commit 24ad8cb

Browse files
committed
Fix code style
1 parent 16de7aa commit 24ad8cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Solutions/2-compose.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const compose = (...fns) => {
1515
for (const handler of handlers) {
1616
handler(error);
1717
}
18+
return null;
1819
}
1920
};
2021
composed.on = (name, handler) => {

0 commit comments

Comments
 (0)