Whitespaces

This commit is contained in:
Daniel Gomez Antonio 2020-03-26 11:25:21 -05:00
parent 9ee9f5aef5
commit b3c1998e13

View File

@ -556,7 +556,7 @@ namespace cxxopts
template <typename R, typename T>
void
checked_negate(R&, T&&, const std::string& text, std::false_type)
checked_negate(R&, T&&, const std::string& text, std::false_type)
{
throw_or_mimic<argument_incorrect_type>(text);
}