Skip to content

Commit e6d752c

Browse files
committed
Format document
1 parent 55692c7 commit e6d752c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/test/browser/runInTerminalTool.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ suite('RunInTerminalTool', () => {
208208
isBackground: true
209209
});
210210
assertAutoApproved(result);
211-
211+
212212
// Verify that auto-approve information is included
213213
ok(result?.toolSpecificData, 'Expected toolSpecificData to be defined');
214214
const terminalData = result!.toolSpecificData as any;

0 commit comments

Comments
 (0)