Skip to content

Commit

Permalink
Clang format.
Browse files Browse the repository at this point in the history
  • Loading branch information
negoyal authored and jzhou77 committed Dec 3, 2021
1 parent 2e1aa6a commit 07a485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdbserver/workloads/HealthMetricsApi.actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ struct HealthMetricsApiWorkload : TestWorkload {
//TraceEvent traceTLogQueue("TLogQueue");
for (const auto& ss : healthMetrics.tLogQueue) {
self->detailedWorstTLogQueue = std::max(self->detailedWorstTLogQueue, ss.second);
//traceTLogQueue.detail(format("TLog-%s", ss.first.toString().c_str()), ss.second);
// traceTLogQueue.detail(format("TLog-%s", ss.first.toString().c_str()), ss.second);
}
};
}
Expand Down

0 comments on commit 07a485e

Please sign in to comment.