From c522250a400bb94126f3a084e3fadf2802e4ed56 Mon Sep 17 00:00:00 2001
From: David Muckle <dvdmuckle@dvdmuckle.xyz>
Date: Sat, 23 Dec 2023 22:03:46 -0500
Subject: [PATCH] More indentation to satisfy linter

---
 config/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/__init__.py b/config/__init__.py
index 73262ac9..5ce889f4 100644
--- a/config/__init__.py
+++ b/config/__init__.py
@@ -141,7 +141,7 @@ def appversion() -> semantic_version.Version:
         # If so, use it. This is also required for the Flatpak
         if pathlib.Path("./" + GITVERSION_FILE).is_file:
             with open(pathlib.Path("./" + GITVERSION_FILE)) as gitv:
-              shorthash = gitv.read()
+                shorthash = gitv.read()
         else:
             shorthash = git_shorthash_from_head()
             if shorthash is None: