From b19118335bd69faad791e4249ac9186318a5191e Mon Sep 17 00:00:00 2001
From: NAUD Maxence <maxence.naud@cea.fr>
Date: Tue, 17 Oct 2023 12:37:37 +0000
Subject: [PATCH] right spacing

---
 include/aidge/data/Tensor.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/aidge/data/Tensor.hpp b/include/aidge/data/Tensor.hpp
index a74667859..58c434bcc 100644
--- a/include/aidge/data/Tensor.hpp
+++ b/include/aidge/data/Tensor.hpp
@@ -473,7 +473,7 @@ class Tensor : public Data,
 
 
 
-   std::string toString() {
+    std::string toString() {
         if (dims().empty()) { return "{}"; }
         std::string res;
         std::size_t dim = 0;
-- 
GitLab