From cd740e66c40d33eafd3aef9d7ec4250678e9029a Mon Sep 17 00:00:00 2001 From: James Chapman Date: Tue, 5 Nov 2024 14:30:12 +0000 Subject: [PATCH] fix: clang format Signed-off-by: James Chapman --- lib/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.cpp b/lib/config.cpp index efe51d32..660150e6 100644 --- a/lib/config.cpp +++ b/lib/config.cpp @@ -25,7 +25,7 @@ class ConfigParseException : public std::exception { SCHEMA }; ConfigParseException(ParseErrorType err_t, const std::string& entry, const std::string& what = "") : - err_t(err_t), entry(entry), what(what) {}; + err_t(err_t), entry(entry), what(what){}; const ParseErrorType err_t; const std::string entry;