mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
Fix whitespace in tests
This commit is contained in:
parent
ba5c6c3b04
commit
2b9d19d5b5
@ -14,4 +14,4 @@
|
||||
|
||||
pub enum Enum {
|
||||
Variant { arg: u8 }
|
||||
}
|
||||
}
|
||||
|
@ -14,5 +14,5 @@ extern mod struct_variant_xc_aux;
|
||||
use struct_variant_xc_aux::Variant;
|
||||
|
||||
fn main() {
|
||||
let _ = Variant { arg: 1 };
|
||||
let _ = Variant { arg: 1 };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user