Change tabs to spaces.

This commit is contained in:
Stephen Chung
2021-05-24 12:12:16 +08:00
parent 98a232cb8c
commit aa8dee6460
4 changed files with 88 additions and 88 deletions

View File

@@ -8,7 +8,7 @@ loop {
x -= 1;
if x <= 0 { break; }
if x <= 0 { break; }
}
export x as foo;