Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Nov 14, 2023
1 parent 47c9e32 commit 963cb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace libassert::detail {
void replace_all_template(std::string& str, const std::pair<std::regex, std::string_view>& rule);

LIBASSERT_ATTR_COLD
std::string indent(const std::string_view, size_t depth, char c = ' ', bool ignore_first = false);
std::string indent(std::string_view str, size_t depth, char c = ' ', bool ignore_first = false);

template<size_t N>
LIBASSERT_ATTR_COLD
Expand Down

0 comments on commit 963cb5c

Please sign in to comment.