Skip to content

Commit

Permalink
[utils] Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab authored and luis4a0 committed Nov 7, 2023
1 parent e5bf469 commit 471aa9f
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)
Expand Down

0 comments on commit 471aa9f

Please sign in to comment.