Skip to content

Commit

Permalink
fix Clang Formatter3
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiwen-up authored and yiguolei committed Jul 15, 2024
1 parent 9a71f1d commit 00bae9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions be/src/vec/functions/function_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,7 @@ class FunctionMaskPartial : public IFunction {
// the 2nd arg is const. checked in fe.
if (col.get_int(0) < 0) [[unlikely]] {
return Status::InvalidArgument(
"function {} only accept non-negative input for 2nd argument but got "
"{}",
"function {} only accept non-negative input for 2nd argument but got {}",
name, col.get_int(0));
}
n = col.get_int(0);
Expand Down

0 comments on commit 00bae9e

Please sign in to comment.