Skip to content

Commit 280125c

Browse files
YukaiiAli Bellamine
authored and
Ali Bellamine
committed
style: lint fix
Signed-off-by: Yukai Huang <[email protected]> Signed-off-by: Ali Bellamine <[email protected]>
1 parent 9f16120 commit 280125c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
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)