Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Gerstmann committed Dec 9, 2024
1 parent a75489e commit 357c133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/correctness/gpu_allocation_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ int main(int argc, char **argv) {
test3(false, false);
});
printf("Runtime with cache: %f\n"
"Without cache: %f\n",
t1, t2);
"Without cache: %f\n",
t1, t2);

printf("Success!\n");
return 0;
Expand Down

0 comments on commit 357c133

Please sign in to comment.