Skip to content

Commit 5dca2e4

Browse files
Removed redundant semicolons
1 parent 8ebae7b commit 5dca2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
declare function require(name:string):any;
2-
const massive = require('massive');
1+
declare function require(name:string):any
2+
const massive = require('massive')
33
export { massive }
44
export { MassiveActionHandler } from './MassiveActionHandler'
55
export { Migration } from './Migration'

0 commit comments

Comments
 (0)