Skip to content

Commit 3a42572

Browse files
committed
fix: fix many clang tidy errors (10/x)
fix rebase errors
1 parent 944b965 commit 3a42572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manager/settings.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace nlohmann {
4141

4242
static void to_json(json& obj, Controls controls) { // NOLINT(misc-no-recursion)
4343
std::visit(
44-
helper::overloaded{
44+
helper::Overloaded{
4545
[&](const input::KeyboardSettings& keyboard_settings) { // NOLINT(misc-no-recursion)
4646
nlohmann::adl_serializer<input::KeyboardSettings>::to_json(obj, keyboard_settings);
4747
obj["type"] = "keyboard";

0 commit comments

Comments
 (0)