refactor(dart): Format Dart code
Use the dart formatter to clean up all pure Dart code. Closes #4832
This commit is contained in:
@@ -31,4 +31,4 @@ PropDecorator propDecorator(value) {
|
||||
class HasGetterAndSetterDecorators {
|
||||
@PropDecorator("get") get a {}
|
||||
@PropDecorator("set") set a(v) {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user