clean tests/ui/short_circuit_statement.rs
Cleaning the empty lines for clarity.
This commit is contained in:
parent
ffb768cf8d
commit
c79a350c55
2 changed files with 8 additions and 17 deletions
|
@ -5,17 +5,8 @@
|
|||
|
||||
fn main() {
|
||||
f() && g();
|
||||
|
||||
|
||||
|
||||
f() || g();
|
||||
|
||||
|
||||
|
||||
1 == 2 || g();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
fn f() -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue