Skip to content

Commit c2294b0

Browse files
Format again
1 parent 0901780 commit c2294b0

File tree

1 file changed

+1
-1
lines changed
  • lib/vector-core/src/event/metric

1 file changed

+1
-1
lines changed

lib/vector-core/src/event/metric/tags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ mod test_support {
609609

610610
use quickcheck::{Arbitrary, Gen};
611611

612-
use super::{TagValue, TagValueSet, MetricTags, BTreeMap};
612+
use super::{BTreeMap, MetricTags, TagValue, TagValueSet};
613613

614614
impl Arbitrary for TagValue {
615615
fn arbitrary(g: &mut Gen) -> Self {

0 commit comments

Comments
 (0)