Skip to content

Commit 10bb8bf

Browse files
committed
remove extra space in print
1 parent c80d502 commit 10bb8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operate/operate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ def operate(operations):
180180
return True
181181

182182
print(
183-
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA} [Operate] Thought {ANSI_RESET} {operate_thought}"
183+
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[Operate] Thought {ANSI_RESET} {operate_thought}"
184184
)
185185
print(
186-
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA} [Operate] {operate_type} {ANSI_RESET} {operate_detail}"
186+
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[Operate] {operate_type} {ANSI_RESET} {operate_detail}"
187187
)
188188

189189
return False

0 commit comments

Comments
 (0)