Skip to content

Commit e678fc6

Browse files
committed
Fix indent
1 parent a2bc330 commit e678fc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/client/common/terminal/environmentActivationProviders/condaActivationProvider.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ export class CondaActivationCommandProvider implements ITerminalActivationComman
4949
case TerminalShellType.powershellCore:
5050
return this.getPowershellCommands(envInfo.name, targetShell);
5151

52-
case TerminalShellType.bash:
53-
case TerminalShellType.gitbash:
54-
return this.getBashCommands(envInfo.name);
52+
case TerminalShellType.bash:
53+
case TerminalShellType.gitbash:
54+
return this.getBashCommands(envInfo.name);
5555

5656
// tslint:disable-next-line:no-suspicious-comment
5757
// TODO: Do we really special-case fish on Windows?

0 commit comments

Comments
 (0)