fixed dart formatting

This commit is contained in:
Alex Wolfe 2015-03-15 21:39:16 -07:00
parent d914789abf
commit 4d8741b673
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ p.
p. p.
In <code>pubspec.yaml</code>, add the angular2 and browser packages as dependencies: In <code>pubspec.yaml</code>, add the angular2 and browser packages as dependencies:
pre.prettyprint.linenums pre.prettyprint.linenums.lang-basic
code. code.
name: hello_world name: hello_world
version: 0.0.1 version: 0.0.1
@ -34,7 +34,7 @@ p.
to install the angular2 and browser packages to install the angular2 and browser packages
(along with the packages they depend on): (along with the packages they depend on):
pre.prettyprint pre.prettyprint.lang-basic
code. code.
&gt; pub get &gt; pub get
Resolving dependencies... (7.3s) Resolving dependencies... (7.3s)