Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 24, 2024
1 parent 97acfde commit 47ff0ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/dev/db_toolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ void do_scan(db::EnvConfig& config) {
}

std::cout << "\n"
<< (SignalHandler::signalled() ? "Aborted" : "Done") << " !\n " << "\n";
<< (SignalHandler::signalled() ? "Aborted" : "Done") << " !\n "
<< "\n";
txn.commit();
env.close(config.shared);
}
Expand Down
3 changes: 2 additions & 1 deletion cmd/dev/genesistool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ int main(int argc, char* argv[]) {
}
}
if (input_entries.empty()) {
std::cerr << "\nNo files matching genesis pattern in input directory" << "\n";
std::cerr << "\nNo files matching genesis pattern in input directory"
<< "\n";
return -1;
}

Expand Down

0 comments on commit 47ff0ca

Please sign in to comment.