chore: fix and format using melos
This commit is contained in:
@@ -61,6 +61,5 @@ class FormInput<
|
||||
List<Object?> get props => [key, validator, metadata];
|
||||
|
||||
@override
|
||||
String toString() =>
|
||||
'FormInput(name: $name, $validator)';
|
||||
String toString() => 'FormInput(name: $name, $validator)';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user