about summary refs log tree commit diff
path: root/library/core/tests/num/ieee754.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/tests/num/ieee754.rs')
-rw-r--r--library/core/tests/num/ieee754.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/tests/num/ieee754.rs b/library/core/tests/num/ieee754.rs
index 48ab75b6f17..b0f6a7545aa 100644
--- a/library/core/tests/num/ieee754.rs
+++ b/library/core/tests/num/ieee754.rs
@@ -27,6 +27,7 @@
 //! standard. That is why they accept wildly diverse inputs or may seem to duplicate other tests.
 //! Please consider this carefully when adding, removing, or reorganizing these tests. They are
 //! here so that it is clear what tests are required by the standard and what can be changed.
+
 use ::core::str::FromStr;
 
 // IEEE 754 for many tests is applied to specific bit patterns.