diff --git a/unit_tests/data/Test_TensorImpl.cpp b/unit_tests/data/Test_TensorImpl.cpp
index 9289aaf68445c930d50a2d371a1c3b511831ff57..0f952c90eae47e26ccd95c5c479c6acf3495fc59 100644
--- a/unit_tests/data/Test_TensorImpl.cpp
+++ b/unit_tests/data/Test_TensorImpl.cpp
@@ -80,12 +80,11 @@ TEST_CASE("Tensor fill") {
       {11,12,13,14,15}}
     });
     // expectedTensor->print();
-    
+
     REQUIRE(*concatenatedTensor == *expectedTensor);
   }
 }
 
-
 TEST_CASE("[backend_cpu/data] Tensor(methods)", "[Tensor]") {
   Tensor x = Array3D<int, 2, 2, 2>{{
     {{1, 2},