Skip to content

Commit af1008f

Browse files
committed
format
1 parent 28e2d4b commit af1008f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_core/tests/test_program.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def nvvm_ir():
7575
7676
!nvvmir.version = !{{!1}}
7777
!1 = !{{i32 {major}, i32 0, i32 {debug_major}, i32 0}}
78-
""" # noqa: E501
78+
""" # noqa: E501
7979

8080
return nvvm_ir_template.format(major=major, debug_major=debug_major)
8181
except Exception:
@@ -108,7 +108,7 @@ def nvvm_ir():
108108
109109
!nvvm.annotations = !{!0}
110110
!0 = !{void (i32*)* @simple, !"kernel", i32 1}
111-
""" # noqa: E501
111+
""" # noqa: E501
112112

113113

114114
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)