Skip to content

Commit

Permalink
Remove whitespace from a blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Nov 29, 2023
1 parent 030da70 commit de0c0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chip_tool/chip_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ async def start_container(self) -> None:
"chip-tool container already running, no need to start a new container"
)
return

# Ensure there's no existing container running using the same name.
self.__destroy_existing_container()
# Async return when the container is running
Expand Down

0 comments on commit de0c0c4

Please sign in to comment.