Skip to content

Commit e35b277

Browse files
committed
fix prettier
1 parent c92d568 commit e35b277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/src/ipcTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const triggerCharacterCommands = [
1717
'getLastResolvedCompletion',
1818
] as const
1919

20-
export type TriggerCharacterCommand = typeof triggerCharacterCommands[number]
20+
export type TriggerCharacterCommand = (typeof triggerCharacterCommands)[number]
2121

2222
export type NodeAtPositionResponse = {
2323
kindName: string

0 commit comments

Comments
 (0)