Skip to content

Commit

Permalink
format file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Sep 7, 2022
1 parent d16ba0b commit 2829932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ String _constructorBuilder(dmmf.InputType input) {
if (field.isRequired) code.write('required ');
code.writeln('this.${_fieldName(field.name)},');
}

if (input.fields.isNotEmpty) {
code.writeln('}');
}
Expand Down

0 comments on commit 2829932

Please sign in to comment.