Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Sep 27, 2024
1 parent d8d8f67 commit 8b20ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/help.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ std::string render(const linebreak&);
// std::string render(const T&)
template <typename T>
concept Renderable = requires(T v) {
{render(v)} -> std::convertible_to<std::string>;
{ render(v) } -> std::convertible_to<std::string>;
};

class item {
Expand Down

0 comments on commit 8b20ecf

Please sign in to comment.