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 4, 2024
1 parent 3beb037 commit 72b8350
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 @@ -205,7 +205,7 @@ struct UnaryElementFuncForArray {
auto array_data = src[i].template get_data<GetType>(index);
res[i] = matcher(array_data);

Check warning on line 206 in internal/core/src/exec/expression/UnaryExpr.h

View check run for this annotation

Codecov / codecov/patch

internal/core/src/exec/expression/UnaryExpr.h#L202-L206

Added lines #L202 - L206 were not covered by tests
}
}else {
} else {
PanicInfo(OpTypeInvalid,
"unsupported op_type:{} for "
"UnaryElementFuncForArray",
Expand Down

0 comments on commit 72b8350

Please sign in to comment.