Skip to content

Commit

Permalink
[utils] Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed Oct 30, 2023
1 parent 6baa7a4 commit 2f856e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/multipass/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ namespace multipass::utils::detail
{
// see https://en.cppreference.com/w/cpp/string/byte/isspace#Notes
inline constexpr auto is_space = [](unsigned char c) { return std::isspace(c); };
}
} // namespace multipass::utils::detail

template <typename Str, typename Filter>
Str&& multipass::utils::trim_begin(Str&& s, Filter&& filter)

Check warning on line 253 in include/multipass/utils.h

View check run for this annotation

Codecov / codecov/patch

include/multipass/utils.h#L253

Added line #L253 was not covered by tests
Expand Down

0 comments on commit 2f856e5

Please sign in to comment.