From 58f4272f86edf4a0cc03acbc3765ac31e6d25467 Mon Sep 17 00:00:00 2001
From: Kevin <Kevin>
Date: Sun, 3 May 2020 14:35:24 +0200
Subject: [PATCH] new line at end of file

---
 test/test_core_operations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_core_operations.py b/test/test_core_operations.py
index 55a57719..5b1497a9 100644
--- a/test/test_core_operations.py
+++ b/test/test_core_operations.py
@@ -162,4 +162,4 @@ class TestButterfly:
     def test_buttefly_complex(self):
         test_operation = Butterfly()
         assert test_operation.evaluate_output(0, [2+1j, 3-2j]) == 5-1j
-        assert test_operation.evaluate_output(1, [2+1j, 3-2j]) == -1+3j
\ No newline at end of file
+        assert test_operation.evaluate_output(1, [2+1j, 3-2j]) == -1+3j
-- 
GitLab