CodeFactor review

This commit is contained in:
emeric
2024-03-02 00:23:23 +01:00
parent 3a64f721f0
commit ca3ba749fe
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -58,7 +58,6 @@ namespace MetaData
} }
visitTagIfNonEmpty(value); visitTagIfNonEmpty(value);
}); });
} }
-1
View File
@@ -247,7 +247,6 @@ int main(int argc, char* argv[])
{ {
std::cerr << "Parsing failed: " << e.what() << std::endl; std::cerr << "Parsing failed: " << e.what() << std::endl;
} }
} }
} }
catch (std::exception& e) catch (std::exception& e)