Skip to content

Commit 46350a9

Browse files
committed
fix linter
1 parent a9c15b1 commit 46350a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/benchmark_setup_teardown_cb_types_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ void BM_DoSomething(benchmark::State& state) {
2424
}
2525
}
2626

27-
2827
int main(int argc, char** argv) {
2928
benchmark::Initialize(&argc, argv);
3029
auto bm = benchmark::RegisterBenchmark("BM_CtrCopy", BM_DoSomething);

0 commit comments

Comments
 (0)