Reduce unnecessary indentation.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-10-28 03:04:25 +01:00
parent b23347f61a
commit 46c7ab4a82
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 12 additions and 14 deletions

View File

@ -50,8 +50,7 @@ int App::main(const std::vector<std::string> &args)
{
return 0;
}
else
{
if (_argument_error)
{
return 1;
@ -65,7 +64,6 @@ int App::main(const std::vector<std::string> &args)
cerr << "Error: You have to specify either an URI or --export.\n";
return 1;
}
}
Database db;
if (!db)