Skip to content
Snippets Groups Projects
Verified Commit 045fbaec authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Remove empty line

[skip ci]
parent bffd68e0
No related branches found
No related tags found
No related merge requests found
Pipeline #9669 skipped
...@@ -166,7 +166,6 @@ ConfigFile::getConfigFileInfo(const filesystem::path& config_file) ...@@ -166,7 +166,6 @@ ConfigFile::getConfigFileInfo(const filesystem::path& config_file)
if (!configFile.is_open()) if (!configFile.is_open())
{ {
cerr << "ERROR: Couldn't open file " << config_file.string() << endl; cerr << "ERROR: Couldn't open file " << config_file.string() << endl;
;
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment