Skip to content

Commit 0287726

Browse files
committed
style: lint fix
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
1 parent 0701fd7 commit 0287726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
'use strict'
22

33
module.exports = {
44
up: (queryInterface, Sequelize) => {
@@ -8,4 +8,4 @@ module.exports = {
88
down: (queryInterface, Sequelize) => {
99
return queryInterface.removeIndex('Revisions', 'noteId')
1010
}
11-
};
11+
}

0 commit comments

Comments
 (0)