From a2cf3aae647a2849bee34e17a760e7a99b1bef04 Mon Sep 17 00:00:00 2001
From: cont-integration <CI@iri.upc.edu>
Date: Fri, 5 Jul 2024 12:15:42 +0200
Subject: [PATCH] [skip ci] applied clang format

---
 include/core/common/node_state_blocks.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/core/common/node_state_blocks.h b/include/core/common/node_state_blocks.h
index e56aa9067..be578dd10 100644
--- a/include/core/common/node_state_blocks.h
+++ b/include/core/common/node_state_blocks.h
@@ -30,7 +30,6 @@
 
 namespace wolf
 {
-
 class NodeStateBlocks : public NodeBase, public std::enable_shared_from_this<NodeStateBlocks>
 {
     friend Problem;
-- 
GitLab