Add newlines
This commit is contained in:
parent
834cab7244
commit
767a7771c7
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
mod location;
|
||||
mod location;
|
||||
|
|
|
@ -28,4 +28,4 @@ fn location_const_column() {
|
|||
const CALLER: &Location<'static> = Location::caller();
|
||||
const COLUMN: u32 = CALLER.column();
|
||||
assert_eq!(COLUMN, 39);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue