Skip to content

Commit

Permalink
remove duplicate line
Browse files Browse the repository at this point in the history
fixes #32
  • Loading branch information
mo271 committed Oct 14, 2024
1 parent 5faa137 commit 2eed8c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/benchmark/benchmark_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ static std::string PrintFormattedEntries(
value = values[i].i ? StringPrintf("%" PRIdS, values[i].i) : "---";
} else if (descriptors[i].type == TYPE_POSITIVE_FLOAT) {
value = FormatFloat(descriptors[i], values[i].f);
value = FormatFloat(descriptors[i], values[i].f);
} else if (descriptors[i].type == TYPE_COUNT) {
value = StringPrintf("%" PRIdS, values[i].i);
}
Expand Down

0 comments on commit 2eed8c0

Please sign in to comment.