Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Aug 19, 2024
1 parent 5003b40 commit 76b8ec5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ struct SerdeType<std::vector<T>> {
static constexpr std::string_view GetSchema() {
// TODO: this gets us the plain type name of T, but this is not schema JSON
// compliant!
return "TODO[?]"
return "TODO[?]";
}
};

Expand Down Expand Up @@ -200,7 +200,7 @@ struct SerdeType<std::optional<T>> {
static constexpr std::string_view GetSchema() {
// TODO: this gets us the plain type name of T, but this is not schema JSON
// compliant!
return "TODO?"
return "TODO?";
}
};

Expand Down

0 comments on commit 76b8ec5

Please sign in to comment.