From f5443b2a01001c8fa7a64c407c1a5be32d31701b Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Mon, 25 Sep 2023 11:27:47 +1300 Subject: [PATCH] cargo fmt --- src/ui/mod.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ui/mod.rs b/src/ui/mod.rs index 8e1bb5f13..568d5a70b 100644 --- a/src/ui/mod.rs +++ b/src/ui/mod.rs @@ -439,7 +439,10 @@ impl GossipUi { cctx.egui_ctx.set_pixels_per_point(ppt); tracing::info!("Pixels per point (native): {}", ppt); } else { - tracing::info!("Pixels per point (fallback): {}", cctx.egui_ctx.pixels_per_point()); + tracing::info!( + "Pixels per point (fallback): {}", + cctx.egui_ctx.pixels_per_point() + ); } // Set global pixels_per_point_times_100, used for image scaling.