Skip to content

Commit 207846b

Browse files
committed
linter
1 parent 0bff373 commit 207846b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/models/llama2/runner/runner.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,7 @@ Error Runner::generate(
399399
}
400400

401401
void Runner::TimeStampsAndStats::printReport() {
402-
printf(
403-
"PyTorchObserver %s\n",
404-
toJsonString().c_str());
402+
printf("PyTorchObserver %s\n", toJsonString().c_str());
405403

406404
ET_LOG(
407405
Info,

0 commit comments

Comments
 (0)