From 80fe58a5066a79ba6f26034dc820a6c0b55dd2ff Mon Sep 17 00:00:00 2001 From: bilalkah Date: Sat, 28 Oct 2023 00:03:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20apply=20clang-format=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/include/tree_visualizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/include/tree_visualizer.h b/tools/include/tree_visualizer.h index 91cfa3b..68d6fa9 100644 --- a/tools/include/tree_visualizer.h +++ b/tools/include/tree_visualizer.h @@ -39,7 +39,7 @@ class TreeVisualizer void MapToTexture(); void Run(); - + private: sf::RenderWindow window_; std::string window_name_;