Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jul 26, 2024
1 parent 87f1f2c commit 3722c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/saluki-io/src/deser/codec/dogstatsd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ impl<'a> ValueIter<'a> {
// For sets, they can't be multi-value, so iterating over the value bytes is pointless. Likewise, for
// distributions, we take an optimization where we just read all of the values in one call and build a
// single distribution, so in both cases, we're only ever emitting a single metric.
return 1
return 1;
}

memchr::memchr_iter(b':', self.raw_values).count() + 1
Expand Down

0 comments on commit 3722c0a

Please sign in to comment.