Skip to content

Commit 33e1b15

Browse files
committed
fixed whitespace - hygiene error
1 parent 602bc14 commit 33e1b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export enum ChatConfiguration {
1919
ThinkingStyle = 'chat.agent.thinkingStyle',
2020
UseChatSessionsForCloudButton = 'chat.useChatSessionsForCloudButton',
2121
ShowAgentSessionsViewDescription = 'chat.showAgentSessionsViewDescription',
22-
EmptyStateHistoryEnabled = 'chat.emptyState.history.enabled'
22+
EmptyStateHistoryEnabled = 'chat.emptyState.history.enabled'
2323
}
2424

2525
/**

0 commit comments

Comments
 (0)