Add newlines

This commit is contained in:
woppopo
2022-09-27 19:23:52 +00:00
parent 834cab7244
commit 767a7771c7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
mod location;
mod location;
+1 -1
View File
@@ -28,4 +28,4 @@ fn location_const_column() {
const CALLER: &Location<'static> = Location::caller();
const COLUMN: u32 = CALLER.column();
assert_eq!(COLUMN, 39);
}
}