mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-19 19:13:31 -04:00
Format with rustfmt 2020-04-21
This commit is contained in:
+4
-1
@@ -135,6 +135,9 @@ mod tests {
|
||||
#[test]
|
||||
fn test_double_to_bits() {
|
||||
assert_eq!(0, 0.0_f64.to_bits());
|
||||
assert_eq!(0x400921FB54442D18, 3.1415926535897932384626433_f64.to_bits());
|
||||
assert_eq!(
|
||||
0x400921FB54442D18,
|
||||
3.1415926535897932384626433_f64.to_bits(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user