From a7816d186ff404e2412d93874947de9140409a69 Mon Sep 17 00:00:00 2001 From: Abacys <45606585+Abacys@users.noreply.github.com> Date: Wed, 26 Apr 2023 07:43:23 -0400 Subject: [PATCH] Launcher: Correcting minor formatting error (#1768) Reformatting comment to comply with PEP format --- worlds/LauncherComponents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/LauncherComponents.py b/worlds/LauncherComponents.py index 3a2e319e..d9f04e60 100644 --- a/worlds/LauncherComponents.py +++ b/worlds/LauncherComponents.py @@ -95,7 +95,7 @@ components: List[Component] = [ # Zillion Component('Zillion Client', 'ZillionClient', file_identifier=SuffixIdentifier('.apzl')), - #Kingdom Hearts 2 + # Kingdom Hearts 2 Component('KH2 Client', "KH2Client"), ]