From 0bb965336ed9ee614287ea6edb8dda61373ca61f Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 28 Aug 2022 13:06:51 +0200 Subject: [PATCH] fix indentation --- src/install.py | 56 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/install.py b/src/install.py index 2c83b38..ddf3dd3 100644 --- a/src/install.py +++ b/src/install.py @@ -53,33 +53,33 @@ def _linux_install_icon(): def _linux_install_icon_to_path(path: Path): svg = textwrap.dedent(""" - - - - - - - - - - - - - - - -""") + + + + + + + + + + + + + + + + """) path.write_text(svg, "utf8") pass