🚨 fixed another linter warning
This commit is contained in:
parent
86b5ce953a
commit
39419cd5c4
1 changed files with 2 additions and 2 deletions
|
@ -1378,7 +1378,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM(cards,
|
|||
{cards::pik, "puk"}, // second entry for cards::puk; will not be used
|
||||
{cards::herz, "herz"},
|
||||
{cards::karo, "karo"}
|
||||
});
|
||||
})
|
||||
|
||||
enum TaskState
|
||||
{
|
||||
|
@ -1394,7 +1394,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM(TaskState,
|
|||
{TS_STOPPED, "stopped"},
|
||||
{TS_RUNNING, "running"},
|
||||
{TS_COMPLETED, "completed"},
|
||||
});
|
||||
})
|
||||
|
||||
TEST_CASE("JSON to enum mapping")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue