diff --git a/library/core/tests/panic.rs b/library/core/tests/panic.rs index b7056bdf36ed..24b6c56b3569 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 ba066bfbc539..9d7b912458a7 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 +}