Skip to content

Commit dd3e414

Browse files
committed
better formating
1 parent 6ba7e83 commit dd3e414

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/handlers.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ function handle_type_annotation(node, state) {
478478
case 'TSSymbolKeyword':
479479
state.commands.push('symbol');
480480
break;
481-
case 'TSNullKeyword':
482-
state.commands.push('null');
483-
break;
481+
case 'TSNullKeyword':
482+
state.commands.push('null');
483+
break;
484484
case 'TSUndefinedKeyword':
485485
state.commands.push('undefined');
486486
break;

0 commit comments

Comments
 (0)