From f4f527b877889403f56c5d7b184b44e570616da2 Mon Sep 17 00:00:00 2001 From: Guido Diego Quispe Robles Date: Sat, 4 Nov 2023 23:28:09 -0300 Subject: [PATCH] Update debug.hpp clang format --- engine/inc/debug/debug.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/inc/debug/debug.hpp b/engine/inc/debug/debug.hpp index 1f4069b..159bc51 100644 --- a/engine/inc/debug/debug.hpp +++ b/engine/inc/debug/debug.hpp @@ -87,7 +87,7 @@ class TyraDebug { private: static void writeInLogFile(std::stringstream* ss); - + template static void writeAssertLines(Arg&& arg, Args&&... args) { std::stringstream ss;