Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Dec 19, 2024
1 parent 263e86b commit 2efe796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/viewer/re_component_ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ egui.workspace = true
[dev-dependencies]
egui_kittest.workspace = true
itertools.workspace = true
nohash-hasher.workspace = true
nohash-hasher.workspace = true
4 changes: 2 additions & 2 deletions crates/viewer/re_component_ui/tests/test_all_components_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,11 @@ fn check_and_print_results(test_cases: &[TestCase], results: &[Result<(), Snapsh
test_case.component_name.short_name(),
test_case.label,
),
Err(e) => println!(
Err(err) => println!(
"{:>component_name_width$}[{:label_width$}] ERR {}",
test_case.component_name.short_name(),
test_case.label,
e,
err,
),
}
}
Expand Down

0 comments on commit 2efe796

Please sign in to comment.