Skip to content

Commit

Permalink
Indentation fix to please clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigorenkoPV authored and tgross35 committed Jan 31, 2025
1 parent a233db5 commit 6f96bcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/float/conv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ where
///
/// Parameters:
/// - `fbits`: `abg(f)` bitcasted to an integer.
/// - `map_inbounds`: apply this transformation to integers that are within range (add the sign
/// back).
/// - `map_inbounds`: apply this transformation to integers that are within range (add the sign back).
/// - `out_of_bounds`: return value when out of range for `I`.
fn float_to_int_inner<F, I, FnFoo, FnOob>(
fbits: F::Int,
Expand Down

0 comments on commit 6f96bcc

Please sign in to comment.