style(dart): Run dartfmt v0.1.8+2 on all pure Dart code
Update formatting for all pure Dart code in the repo.
This commit is contained in:
+3
-1
@@ -91,7 +91,9 @@ class _MyComponent_ChangeDetector0 extends _gen.AbstractChangeDetector {
|
||||
_alreadyChecked = true;
|
||||
}
|
||||
|
||||
void checkNoChanges() {this.runDetectChanges(true);}
|
||||
void checkNoChanges() {
|
||||
this.runDetectChanges(true);
|
||||
}
|
||||
|
||||
void callOnAllChangesDone() {
|
||||
dispatcher.notifyOnAllChangesDone();
|
||||
|
||||
Reference in New Issue
Block a user