Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Max Inden <[email protected]>
  • Loading branch information
mxinden authored Jul 17, 2024
1 parent 6fd3129 commit 8dbc774
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/encoding/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -719,10 +719,8 @@ mod tests {

let counter_f32 = Counter::<f32, AtomicU32>::default();
registry.register("f32_counter", "Counter::<f32, AtomicU32>", counter_f32);

let counter_u32 = Counter::<u32, AtomicU32>::default();
registry.register("u32_counter", "Counter::<u32, AtomicU32>", counter_u32);

let mut encoded = String::new();

encode(&mut encoded, &registry).unwrap();
Expand Down

0 comments on commit 8dbc774

Please sign in to comment.