Skip to content

Commit

Permalink
Update Debug implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 20, 2022
1 parent d4f606d commit 08b9a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-viewer/src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl Gui {

impl std::fmt::Debug for Gui {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.write_str("EguiState {}")
f.write_str("Gui {}")
}
}

Expand Down

0 comments on commit 08b9a73

Please sign in to comment.