Skip to content

Commit 32a9dc7

Browse files
committed
typo
1 parent 8aac827 commit 32a9dc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/to-sql.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,10 +859,10 @@ const visitor = astVisitor<IAstFullVisitor>(m => ({
859859
if (t.identity) {
860860
switch (t.identity) {
861861
case 'restart':
862-
ret.push('RESTART IDENTITY');
862+
ret.push(' RESTART IDENTITY ');
863863
break;
864864
case 'continue':
865-
ret.push('CONTINUE IDENTITY');
865+
ret.push(' CONTINUE IDENTITY ');
866866
break;
867867
}
868868
}

0 commit comments

Comments
 (0)