Skip to content

Commit bfbfaa7

Browse files
Name fix
1 parent 54ea777 commit bfbfaa7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cursorless-vscode/src/migrateSnippets.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ function parseVariables(
140140
name,
141141
wrapperPhrases: phrase ? [phrase] : undefined,
142142
wrapperScope: variable.wrapperScopeType,
143-
insertionFormatters: formatter ? getFormatter(variable.formatter) : undefined,
143+
insertionFormatters: variable.formatter
144+
? getFormatter(variable.formatter)
145+
: undefined,
144146
// SKIP: variable.description
145147
};
146148
},

0 commit comments

Comments
 (0)