Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Sep 24, 2023
1 parent fb9b56a commit f5443b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f5443b2

Please sign in to comment.