Skip to content

Commit 214ee17

Browse files
committed
Fix indent on template
1 parent 90e5f36 commit 214ee17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

toolchain/templates/include/helpers.mako

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<%! import os
2-
from mfc.state import gpuConfigOptions
1+
<%!
2+
import os
3+
from mfc.state import gpuConfigOptions
34
%>
45

56
<% is_gpu_active = (gpu != gpuConfigOptions.NONE.value) %>

0 commit comments

Comments
 (0)