Skip to content

Commit 88dfe3c

Browse files
committed
fix invalid character
1 parent 27eed69 commit 88dfe3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SourceEditorExtension/VoiceCodeSourceEditorCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class SourceEditorCommand: NSObject, XCSourceEditorCommand {
170170
currentLine.insert(contentsOf: textToInsert.characters, at: insertIndex)
171171
buffer.lines.replaceObject(at: range.start.line, with: currentLine)
172172
}
173-
 break
173+
break
174174
// case "editor:toggle-comments":
175175
// break
176176
// case "editor:insert-code-template":

0 commit comments

Comments
 (0)