Skip to content

Commit 1cb0cc5

Browse files
committed
Fix formatting
1 parent 4fe1be5 commit 1cb0cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda_spawn/shell.py

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class ZshShell(PosixShell):
163163
def executable(self):
164164
return "zsh"
165165

166+
166167
class ShellShell(PosixShell):
167168
def executable(self):
168169
return "shell"

0 commit comments

Comments
 (0)