mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Fix whitespace in tests
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
|
||||
pub enum Enum {
|
||||
Variant { arg: u8 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
use struct_variant_xc_aux::Variant;
|
||||
|
||||
fn main() {
|
||||
let _ = Variant { arg: 1 };
|
||||
let _ = Variant { arg: 1 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user