Skip to content

Commit ac9f2d4

Browse files
author
Anurag Dixit
committed
Fix indentation
Signed-off-by: Anurag Dixit <[email protected]>
1 parent 2792a04 commit ac9f2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/test_api_multi_gpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_suite():
5555

5656
if not torch.cuda.device_count() > 1:
5757
raise ValueError("This test case is applicable for multi-gpu configurations only")
58-
58+
5959
# Setting it up here so that all CUDA allocations are done on correct device
6060
trtorch.set_device(gpu_id)
6161
suite = test_suite()

0 commit comments

Comments
 (0)