From de0c0c4fc92fbf841deb9e3f3139a561c91b3d2d Mon Sep 17 00:00:00 2001 From: Romulo Quidute Filho Date: Wed, 29 Nov 2023 22:42:09 +0000 Subject: [PATCH] Remove whitespace from a blank line --- app/chip_tool/chip_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/chip_tool/chip_tool.py b/app/chip_tool/chip_tool.py index 5190163b..7d5fc5ee 100644 --- a/app/chip_tool/chip_tool.py +++ b/app/chip_tool/chip_tool.py @@ -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