From 636db075164cf55a42bf6ee6b5e72e8809098053 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Wed, 29 Jan 2020 20:25:14 +0100
Subject: [PATCH] Auto-format

---
 src/pystencils_autodiff/walberla.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pystencils_autodiff/walberla.py b/src/pystencils_autodiff/walberla.py
index b45ffcd..894feff 100644
--- a/src/pystencils_autodiff/walberla.py
+++ b/src/pystencils_autodiff/walberla.py
@@ -57,7 +57,7 @@ class CMakeLists(JinjaCppFile):
     TEMPLATE = read_template_from_file(join(dirname(__file__), 'CMakeLists.tmpl.txt'))
 
     def __init__(self, files_to_compile):
-        ast_dict = {'files_to_compile': files_to_compile} # we try to avoid evil globbing
+        ast_dict = {'files_to_compile': files_to_compile}  # we try to avoid evil globbing
         JinjaCppFile.__init__(self, ast_dict)
 
 
-- 
GitLab