Skip to content

Commit

Permalink
unaryexpr cpp format
Browse files Browse the repository at this point in the history
Signed-off-by: Xianhui.Lin <[email protected]>
  • Loading branch information
JsDove committed Dec 13, 2024
1 parent 3bc0efc commit a98042c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/src/exec/expression/UnaryExpr.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ struct UnaryElementFuncForArray {
auto array_data = src[i].template get_data<GetType>(index);
res[i] = matcher(array_data);
}
}else {
} else {
PanicInfo(OpTypeInvalid,
"unsupported op_type:{} for "
"UnaryElementFuncForArray",
Expand Down

0 comments on commit a98042c

Please sign in to comment.