Skip to content

Commit 767a777

Browse files
committed
Add newlines
1 parent 834cab7 commit 767a777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/core/tests/panic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mod location;
1+
mod location;

library/core/tests/panic/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ fn location_const_column() {
2828
const CALLER: &Location<'static> = Location::caller();
2929
const COLUMN: u32 = CALLER.column();
3030
assert_eq!(COLUMN, 39);
31-
}
31+
}

0 commit comments

Comments
 (0)