mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add style check, test, and code fixes for an else brace check.
This commit is contained in:
parent
80cb0cf821
commit
6642358217
9 changed files with 26 additions and 20 deletions
|
@ -41,6 +41,12 @@ impl test {
|
|||
let x = true;
|
||||
x
|
||||
&& x;
|
||||
if x {
|
||||
;
|
||||
}
|
||||
else {
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue