Skip to content

Commit

Permalink
chore: Placate clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Aug 29, 2024
1 parent ba58b82 commit 3a3501c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl Inlyne {
&window,
opts.theme.clone(),
opts.scale.unwrap_or(window.scale_factor() as f32),
opts.page_width.unwrap_or(std::f32::MAX),
opts.page_width.unwrap_or(f32::MAX),
opts.font_opts.clone(),
))?;

Expand Down

0 comments on commit 3a3501c

Please sign in to comment.