Skip to content

Commit c118b89

Browse files
committed
Fixed formatting.
The code block shows up inline without proper formatting without this newline. Signed-off-by: Noufal Ibrahim <[email protected]>
1 parent dc079e1 commit c118b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ different type from `Bar(1, 2)`), and tuple structs' _fields_ do not have
759759
names.
760760

761761
For example:
762+
762763
~~~~
763764
struct MyTup(int, int, f64);
764765
let mytup: MyTup = MyTup(10, 20, 30.0);

0 commit comments

Comments
 (0)