Skip to content

Commit bc0bfb8

Browse files
authored
chore: add missing newline before exports section
1 parent af1cfce commit bc0bfb8

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/_tools/github/get/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/_tools/github/get/lib/cache.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function create( size ) {
3636
return cache;
3737
}
3838

39+
3940
// EXPORTS //
4041

4142
module.exports = create;

0 commit comments

Comments
 (0)