about summary refs log tree commit diff
diff options
context:
space:
mode:
authorwoppopo <woppopo@protonmail.com>2022-09-27 19:23:52 +0000
committerwoppopo <woppopo@protonmail.com>2022-09-27 19:23:52 +0000
commit767a7771c72f37004be36e1656d4f7b724f495c6 (patch)
tree2c922396304edc47795e7186e9d4a29b6098103b
parent834cab724441b1c538f5a84b0fef8f0052714137 (diff)
downloadrust-767a7771c72f37004be36e1656d4f7b724f495c6.tar.gz
rust-767a7771c72f37004be36e1656d4f7b724f495c6.zip
Add newlines
-rw-r--r--library/core/tests/panic.rs2
-rw-r--r--library/core/tests/panic/location.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/core/tests/panic.rs b/library/core/tests/panic.rs
index b7056bdf36e..24b6c56b356 100644
--- a/library/core/tests/panic.rs
+++ b/library/core/tests/panic.rs
@@ -1 +1 @@
-mod location;
\ No newline at end of file
+mod location;
diff --git a/library/core/tests/panic/location.rs b/library/core/tests/panic/location.rs
index ba066bfbc53..9d7b912458a 100644
--- a/library/core/tests/panic/location.rs
+++ b/library/core/tests/panic/location.rs
@@ -28,4 +28,4 @@ fn location_const_column() {
    const CALLER: &Location<'static> = Location::caller();
    const COLUMN: u32 = CALLER.column();
    assert_eq!(COLUMN, 39);
-}
\ No newline at end of file
+}