Skip to content

Commit afc0466

Browse files
hinogiscriptcoded
authored andcommitted
refactor: added missing comma
1 parent 812dfec commit afc0466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/keywords.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = [
101101
'OUT',
102102
'OUTER JOIN',
103103
'OUTER',
104-
'OVERLAPS'
104+
'OVERLAPS',
105105
'PRAGMA',
106106
'PRIMARY KEY',
107107
'PRIMARY',
@@ -142,5 +142,5 @@ module.exports = [
142142
'VIEW',
143143
'WHEN',
144144
'WHERE',
145-
'WITH',
145+
'WITH'
146146
];

0 commit comments

Comments
 (0)