Apply dartfmt

This commit is contained in:
Marty Oehme 2018-07-07 20:49:02 +02:00
parent 2f96712b60
commit 34bdd1ae81
5 changed files with 27 additions and 31 deletions

View file

@ -4,10 +4,9 @@ import 'dart:html' as html;
import 'package:rules_of_living/src/App.dart';
@Component(
selector: 'my-app',
templateUrl: "app_component.html",
directives: [coreDirectives]
)
selector: 'my-app',
templateUrl: "app_component.html",
directives: [coreDirectives])
class AppComponent implements OnInit {
var name = "World";