tidy: add extra space after keyword check

This commit is contained in:
Pavel Sergeev 2017-07-16 13:26:08 +03:00
parent 17f99e2a7b
commit c225847a81
3 changed files with 14 additions and 0 deletions

View file

@ -72,4 +72,10 @@ impl test {
} else { // Should not trigger
"false"
} // Should not trigger
if true { // Double space after keyword
42
} else {
let xif = 42 in { xif } // Should not trigger
}
}