mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 19:53:38 -04:00
Add newlines
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user