Skip to content

Commit 66b152c

Browse files
committed
Fix tabs
1 parent 37c2c38 commit 66b152c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
+10-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// run-pass
22

33
fn main() {
4-
let x = 1;
4+
let x = 1;
55

6-
#[cfg(FALSE)]
7-
if false {
8-
x = 2;
9-
} else if true {
10-
x = 3;
11-
} else {
12-
x = 4;
13-
}
14-
assert_eq!(x, 1);
6+
#[cfg(FALSE)]
7+
if false {
8+
x = 2;
9+
} else if true {
10+
x = 3;
11+
} else {
12+
x = 4;
13+
}
14+
assert_eq!(x, 1);
1515
}

0 commit comments

Comments
 (0)