1
Fork 0

clean tests/ui/short_circuit_statement.rs

Cleaning the empty lines for clarity.
This commit is contained in:
Luis de Bethencourt 2017-05-11 15:45:02 +01:00
parent ffb768cf8d
commit c79a350c55
2 changed files with 8 additions and 17 deletions

View file

@ -5,17 +5,8 @@
fn main() {
f() && g();
f() || g();
1 == 2 || g();
}
fn f() -> bool {