Skip to content

Commit eee7f17

Browse files
committed
Linting
1 parent 733eb9e commit eee7f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/Codegen.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function(gen_selected_ops)
2424
message(STATUS " DTYPE_SELECTIVE_BUILD: ${GEN_DTYPE_SELECTIVE_BUILD}")
2525

2626
if(GEN_DTYPE_SELECTIVE_BUILD)
27-
if (NOT GEN_OPS_FROM_MODEL)
27+
if(NOT GEN_OPS_FROM_MODEL)
2828
message(FATAL_ERROR " DTYPE_SELECTIVE_BUILD is only support with model API, please pass in a model")
2929
endif()
3030
endif()

0 commit comments

Comments
 (0)