Skip to content

Commit

Permalink
fix: clang format
Browse files Browse the repository at this point in the history
Signed-off-by: James Chapman <james.chapman@pionix.de>
  • Loading branch information
james-ctc committed Nov 5, 2024
1 parent f152d40 commit cd740e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cd740e6

Please sign in to comment.