Apply dartfmt
This commit is contained in:
parent
2f96712b60
commit
34bdd1ae81
5 changed files with 27 additions and 31 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue