summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-09-17 11:35:31 -0400
committerGitHub <noreply@github.com>2022-09-17 11:35:31 -0400
commit8b1925bc532c0c23839520009cc37925085ae1b7 (patch)
tree58595d7832df2f06bbec7723600955955220b411 /backend
parenta8c7c2f18f0fc2177c49fa900fb5e5873bc6f2f7 (diff)
downloaddecky-loader-8b1925bc532c0c23839520009cc37925085ae1b7.tar.gz
decky-loader-8b1925bc532c0c23839520009cc37925085ae1b7.zip
fix spacing [skip ci]
Diffstat (limited to 'backend')
-rw-r--r--backend/updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/updater.py b/backend/updater.py
index 911efdeb..0f34170f 100644
--- a/backend/updater.py
+++ b/backend/updater.py
@@ -62,7 +62,7 @@ class Updater:
res["result"] = str(e)
res["success"] = False
return web.json_response(res)
-
+
def get_branch(self, manager: SettingsManager):
logger.debug("current branch: %i" % manager.getSetting("branch", -1))
return manager.getSetting("branch", -1)