Skip to content

Commit f058762

Browse files
committed
Fix formatting
1 parent 8b96476 commit f058762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda_spawn/activate.py

+1
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,7 @@ class ShellActivator(PosixActivator):
10821082
path_conversion = staticmethod(_path_identity)
10831083
run_script_tmpl = 'source "%s"'
10841084

1085+
10851086
activator_map: dict[str, type[_Activator]] = {
10861087
"posix": PosixActivator,
10871088
"ash": PosixActivator,

0 commit comments

Comments
 (0)