Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Jan 19, 2019
1 parent 900cae0 commit fbf8891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_data_generator/lib/src/file_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class FileGenerator {
buffer.write('@required ');
}
buffer.write('this.${p.name}');
if(p.assignmentString != null) {
if (p.assignmentString != null) {
buffer.write(p.assignmentString);
}
buffer.write(', ');
Expand Down

0 comments on commit fbf8891

Please sign in to comment.