Change tabs to spaces.
This commit is contained in:
@@ -8,7 +8,7 @@ loop {
|
||||
|
||||
x -= 1;
|
||||
|
||||
if x <= 0 { break; }
|
||||
if x <= 0 { break; }
|
||||
}
|
||||
|
||||
export x as foo;
|
||||
|
Reference in New Issue
Block a user