Skip to content

Commit 0ff0c95

Browse files
fix format
1 parent 5cd5a6c commit 0ff0c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/num/dec2flt/decimal_seq.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
//! algorithm can be found in "ParseNumberF64 by Simple Decimal Conversion",
1010
//! available online: <https://nigeltao.github.io/blog/2020/parse-number-f64-simple.html>.
1111
12-
#[cfg(kani)]
13-
use crate::kani;
1412
#[cfg(kani)]
1513
use crate::forall;
14+
#[cfg(kani)]
15+
use crate::kani;
1616
use crate::num::dec2flt::common::{ByteSlice, is_8digits};
1717

1818
/// A decimal floating-point number, represented as a sequence of decimal digits.

0 commit comments

Comments
 (0)