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.