Skip to content

Commit 22eb0cd

Browse files
committed
Fix indentation
1 parent df6d629 commit 22eb0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ __vsc_prompt_cmd_original() {
275275
__vsc_restore_exit_code "${__vsc_status}"
276276
# Evaluate the original PROMPT_COMMAND similarly to how bash would normally
277277
# See https://unix.stackexchange.com/a/672843 for technique
278-
local cmd
278+
local cmd
279279
for cmd in "${__vsc_original_prompt_command[@]}"; do
280280
eval "${cmd:-}"
281281
done

0 commit comments

Comments
 (0)