From a3396d824e6b04bcc2bc069acef10c88d011ab1b Mon Sep 17 00:00:00 2001
From: Markus Holzer <markus.holzer@fau.de>
Date: Tue, 22 Aug 2023 15:35:03 +0200
Subject: [PATCH] Added small test

---
 pystencils_tests/test_simplifications.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pystencils_tests/test_simplifications.py b/pystencils_tests/test_simplifications.py
index ae3162b1..2814ac14 100644
--- a/pystencils_tests/test_simplifications.py
+++ b/pystencils_tests/test_simplifications.py
@@ -136,7 +136,7 @@ def test_add_subexpressions_for_field_reads():
 
     main = [Assignment(s[0, 0](0), 3 * v[0, 0](0)),
             Assignment(s[0, 0](1), 10 * v[0, 0](1))]
-    
+
     ac = AssignmentCollection(main, subexpressions)
     assert len(ac.subexpressions) == 0
     ac2 = add_subexpressions_for_field_reads(ac)
-- 
GitLab