From db815251df518e14556793fe112274dd145b827c Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Fri, 10 Jan 2020 14:23:43 +0100
Subject: [PATCH] Fix indentation in justfile

---
 justfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/justfile b/justfile
index 0b80370..d3b3871 100644
--- a/justfile
+++ b/justfile
@@ -4,10 +4,10 @@ test:
     pytest
 
 release version: test
-	git tag {{version}}
-	git checkout {{version}}
-	git push --tags -f
-	python3 setup.py sdist
-	twine upload dist/pystencils_reco-{{version}}.tar.gz
-	git checkout master
+    git tag {{version}}
+    git checkout {{version}}
+    git push --tags -f
+    python3 setup.py sdist
+    twine upload dist/pystencils_reco-{{version}}.tar.gz
+    git checkout master
     
-- 
GitLab