Addon Manager: Fix trailing whitespace

This commit is contained in:
luz paz
2022-11-29 08:08:15 -05:00
committed by wwmayer
parent fa98553775
commit 21eddcb15e
5 changed files with 8 additions and 8 deletions

View File

@@ -190,7 +190,7 @@ class CommandAddonManager:
firstRunDialog = FirstRunDialog()
if not firstRunDialog.exec():
return
self.connection_checker.start()
def launch(self) -> None: