Skip to content

Commit 8282d3e

Browse files
committed
fix cpp lint
1 parent 871bc43 commit 8282d3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paddle/fluid/inference/tests/test_helper.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ void TestInference(const std::string& dirname,
236236

237237
// Disable the profiler and print the timing information
238238
paddle::platform::DisableProfiler(
239-
paddle::platform::EventSortingKey::kDefault,
240-
"run_inference_profiler");
239+
paddle::platform::EventSortingKey::kDefault, "run_inference_profiler");
241240
paddle::platform::ResetProfiler();
242241
}
243242

0 commit comments

Comments
 (0)