diff --git a/include/CLI/App.hpp b/include/CLI/App.hpp index b18485cd..28fb64ae 100644 --- a/include/CLI/App.hpp +++ b/include/CLI/App.hpp @@ -2346,7 +2346,7 @@ class App { if((help_ptr_ == opt) || (help_all_ptr_ == opt)) throw OptionAlreadyAdded("cannot move help options"); - if((config_ptr_ == opt)) + if(config_ptr_ == opt) throw OptionAlreadyAdded("cannot move config file options"); auto iterator =