Fixed formatting.

The code block shows up inline without proper formatting without this
newline.

Signed-off-by: Noufal Ibrahim <noufal@nibrahim.net.in>
This commit is contained in:
Noufal Ibrahim 2013-11-03 22:41:17 +05:30
parent dc079e1596
commit c118b89ad9

View file

@ -759,6 +759,7 @@ different type from `Bar(1, 2)`), and tuple structs' _fields_ do not have
names.
For example:
~~~~
struct MyTup(int, int, f64);
let mytup: MyTup = MyTup(10, 20, 30.0);