Skip to content

Commit

Permalink
Merge pull request #1451 from Afforix/Afforix-fix-extra-semicolon
Browse files Browse the repository at this point in the history
remove extra semicolon from readme
  • Loading branch information
nlohmann authored Jan 25, 2019
2 parents de14b5e + dc21cbb commit 68ec3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM( TaskState, {
{TS_STOPPED, "stopped"},
{TS_RUNNING, "running"},
{TS_COMPLETED, "completed"},
});
})
```
The `NLOHMANN_JSON_SERIALIZE_ENUM()` macro declares a set of `to_json()` / `from_json()` functions for type `TaskState` while avoiding repetition and boilerplate serilization code.
Expand Down

0 comments on commit 68ec3eb

Please sign in to comment.