Skip to content

Commit

Permalink
Shorten line
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 8, 2025
1 parent c5ab54f commit 9be0238
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ class Settings {
extern Settings settings;

template <>
bool Settings::get<bool>(const std::string& key, const bool default_value) const;
bool Settings::get<bool>(
const std::string& key,
const bool default_value
) const;

#endif // SETTINGS_H

0 comments on commit 9be0238

Please sign in to comment.