Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Jan 6, 2025
1 parent 7a65db7 commit 63c2b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/glaze/json/json_t.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace glz
{
return std::get_if<T>(&data);
}

template <class T>
[[nodiscard]] T as() const
{
Expand Down

0 comments on commit 63c2b76

Please sign in to comment.