mirror of https://github.com/jarro2783/cxxopts.git
fix: Remove unnecessary newlines
This commit is contained in:
parent
e2bcefaca6
commit
2370592c73
|
|
@ -680,8 +680,6 @@ inline bool valid_option_first_char(char c){
|
|||
return c != '-' && valid_option_later_char(c);
|
||||
}
|
||||
|
||||
|
||||
|
||||
inline OptionNames split_option_names(const std::string &text)
|
||||
{
|
||||
OptionNames split_names;
|
||||
|
|
|
|||
Loading…
Reference in New Issue