add tidy test for 'missing space after :' in stucts

This commit is contained in:
aeischeid 2016-05-11 16:19:17 -05:00
parent a85db48623
commit fa4665e2a7
3 changed files with 9 additions and 2 deletions

View file

@ -29,6 +29,10 @@ impl test {
2 => 1,
};
let z = &Vec<T>;
struct Member {
member_name:"Foo"
member_id:5
}
}
fn test_fun2(y : &String, z : &Vec<f32>) -> f32 {