Remove extra spaces

This commit is contained in:
Matt Bierner
2026-03-27 15:55:09 -07:00
parent 9c10c89ca4
commit c08e9f61c1

View File

@@ -201,8 +201,6 @@ declare module 'vscode' {
/**
* Create a new managed ChatSessionInputState object.
*
*
*/
createChatSessionInputState(groups: ChatSessionProviderOptionGroup[]): ChatSessionInputState;
}