Skip to content

Commit 8e89578

Browse files
committed
chore: linter fixes
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 2484a43 commit 8e89578

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/bin/torchtrtc/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ int main(int argc, char** argv) {
460460
compile_settings.debug = true;
461461
}
462462

463-
464463
if (allow_gpu_fallback) {
465464
compile_settings.device.allow_gpu_fallback = true;
466465
}
@@ -583,7 +582,6 @@ int main(int argc, char** argv) {
583582
compile_settings.workspace_size = args::get(workspace_size);
584583
}
585584

586-
587585
if (truncate_long_and_double) {
588586
compile_settings.truncate_long_and_double = true;
589587
}

0 commit comments

Comments
 (0)