Skip to content

Commit 62d4290

Browse files
committed
chore: code style
1 parent f9e4129 commit 62d4290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function (options) {
55
if (options.typescript) require('ts-node/register/transpile-only')
66

77
return {
8-
load: load,
8+
load,
99
}
1010
}
1111

0 commit comments

Comments
 (0)