Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 33e6d02

Browse files
authored
Merge pull request #912 from spinda/format
Align #10 in front page sample
2 parents 3ef8c46 + 796e364 commit 33e6d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/example.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn main() {
1717
7 => println!("Esse código é editável e executável!"),
1818
8 => println!("Этот код можно отредактировать и запустить!"),
1919
9 => println!("Bạn có thể edit và run code trực tiếp!"),
20-
10 => println!("这段代码是可以编辑并且能够运行的!"),
20+
10 => println!("这段代码是可以编辑并且能够运行的!"),
2121
_ => {},
2222
}
2323
}

0 commit comments

Comments
 (0)