Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 4bea418

Browse files
committed
spacing for code
1 parent 3717527 commit 4bea418

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

public/docs/ts/latest/tutorial/toh-pt2.jade

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ include ../../../../_includes/_util-fns
4848
Let’s create an array of ten heroes at the bottom of `app.ts`.
4949
```
5050
var HEROES: Hero[] = [
51-
{ "id": 11, "name": "Mr. Nice" },
52-
{ "id": 12, "name": "Narco" },
53-
{ "id": 13, "name": "Bombasto" },
54-
{ "id": 14, "name": "Celeritas" },
55-
{ "id": 15, "name": "Magneta" },
56-
{ "id": 16, "name": "RubberMan" },
57-
{ "id": 17, "name": "Dynama" },
58-
{ "id": 18, "name": "Dr IQ" },
59-
{ "id": 19, "name": "Magma" },
60-
{ "id": 20, "name": "Tornado" }
51+
{ "id": 11, "name": "Mr. Nice" },
52+
{ "id": 12, "name": "Narco" },
53+
{ "id": 13, "name": "Bombasto" },
54+
{ "id": 14, "name": "Celeritas" },
55+
{ "id": 15, "name": "Magneta" },
56+
{ "id": 16, "name": "RubberMan" },
57+
{ "id": 17, "name": "Dynama" },
58+
{ "id": 18, "name": "Dr IQ" },
59+
{ "id": 19, "name": "Magma" },
60+
{ "id": 20, "name": "Tornado" }
6161
];
6262
```
6363
The `HEROES` array is of type `Hero`.

0 commit comments

Comments
 (0)