Skip to content

Commit e6b42a6

Browse files
committed
space
1 parent ffeb2ea commit e6b42a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.actions/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def adjust(self, unfreeze: str) -> str:
8080
"""
8181
out = str(self)
8282
if self.strict:
83-
return f"{out} # {self.strict_cmd}"
83+
return f"{out} # {self.strict_cmd}"
8484

8585
specs = [(spec.operator, spec.version) for spec in self.specifier]
8686
if unfreeze == "major":

0 commit comments

Comments
 (0)