Fix whitespace in tests

This commit is contained in:
SiegeLord
2013-09-09 23:22:54 -04:00
parent ba5c6c3b04
commit 2b9d19d5b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,4 +14,4 @@
pub enum Enum {
Variant { arg: u8 }
}
}
+1 -1
View File
@@ -14,5 +14,5 @@
use struct_variant_xc_aux::Variant;
fn main() {
let _ = Variant { arg: 1 };
let _ = Variant { arg: 1 };
}