4
0
mirror of https://github.com/QuasarApp/CopyrightFixer.git synced 2025-05-06 06:29:48 +00:00

Update src/CopyrighFixer/CopyrighFixer/configparser.cpp

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Igor loschinin 2021-04-26 09:48:31 +03:00 committed by GitHub
parent 19f26455dd
commit 2a91765b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}