Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio2368 committed Apr 17, 2023
1 parent 06087b3 commit 10cfc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/keeper-bench/Runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ void Runner::runBenchmark()
generator->startup(*connections[0]);
std::cerr << "Prepared\n";

auto start_timestamp_ms = Poco::Timestamp().epochMicroseconds() / 1000;
auto start_timestamp_ms = Poco::Timestamp().epochMicroseconds() / 1000;

try
{
Expand Down

0 comments on commit 10cfc14

Please sign in to comment.