diff --git a/src/CopyrighFixer/CopyrighFixer/configparser.cpp b/src/CopyrighFixer/CopyrighFixer/configparser.cpp index 4a4b5a3..5e87131 100644 --- a/src/CopyrighFixer/CopyrighFixer/configparser.cpp +++ b/src/CopyrighFixer/CopyrighFixer/configparser.cpp @@ -36,8 +36,7 @@ const Config ConfigParser::parseOptions(const Config &conf) const { if (QuasarAppUtils::Params::isEndable("currentOwner")) { configOption.setCurrOwn(QuasarAppUtils::Params::getArg("currentOwner")); - } - else { + } else { std::cout << "Warning: Not option currentOwner" << std::endl; }