Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 19, 2024
1 parent 6bb6627 commit 63aaeaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/viewer/re_chunk_store_ui/src/chunk_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ impl ChunkUi {
}

// Returns true if the user wants to exit the chunk viewer.
fn chunk_info_ui(& self, ui: &mut egui::Ui) -> bool {
fn chunk_info_ui(&self, ui: &mut egui::Ui) -> bool {
let metadata_ui = |ui: &mut egui::Ui, metadata: &BTreeMap<String, String>| {
for (key, value) in metadata {
ui.list_item_flat_noninteractive(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl SelectionHistoryUi {
}

fn prev_button_ui(
& self,
&self,
ui: &mut egui::Ui,
blueprint: &ViewportBlueprint,
history: &mut SelectionHistory,
Expand Down

0 comments on commit 63aaeaa

Please sign in to comment.