Skip to content

Commit e35b277

Browse files
committed
fix prettier
1 parent c92d568 commit e35b277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)