mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
tidy: add extra space after keyword check
This commit is contained in:
parent
17f99e2a7b
commit
c225847a81
3 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue