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 +}