From 26596a78ede435d0edda6e537848866a444da3fc Mon Sep 17 00:00:00 2001 From: 3lswear Date: Sat, 8 Jan 2022 00:05:08 +0300 Subject: [PATCH] style.. --- src/config/parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/parse.cpp b/src/config/parse.cpp index 8bb8666..420e774 100644 --- a/src/config/parse.cpp +++ b/src/config/parse.cpp @@ -25,7 +25,7 @@ namespace config { void display(TOMLMap *config) { - std::cout << "printing config:" << std::endl; + std::cout << ">>> printing config: <<<" << std::endl; TOMLMap::iterator it; for (it = config->begin(); it != config->end(); ++it)