From 0cba0d6e9901d2bd47b1bd3ac37ab972eed2f48d Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Mon, 13 Jan 2020 11:57:17 +0100
Subject: [PATCH] Fix indentation of justfile

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

diff --git a/justfile b/justfile
index 88127a6..c599908 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_autodiff-{{version}}.tar.gz
-	git checkout master
+    git tag {{version}}
+    git checkout {{version}}
+    git push --tags -f
+    python3 setup.py sdist
+    twine upload dist/pystencils_autodiff-{{version}}.tar.gz
+    git checkout master
     
-- 
GitLab