Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsaka committed Sep 16, 2024
1 parent 34f9d21 commit 0ec917a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion velox/functions/prestosql/types/IPPrefixType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ class IPPrefixCastOperator : public exec::CastOperator {
});
}

static folly::small_vector<folly::StringPiece, 2> splitIpSlashCidr(const folly::StringPiece& ipSlashCidr) {
static folly::small_vector<folly::StringPiece, 2> splitIpSlashCidr(
const folly::StringPiece& ipSlashCidr) {
folly::small_vector<folly::StringPiece, 2> vec;
folly::split('/', ipSlashCidr, vec);
return vec;
Expand Down

0 comments on commit 0ec917a

Please sign in to comment.