Skip to content

Commit

Permalink
dartfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualmarc committed Feb 20, 2020
1 parent 81606be commit 9c940e3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions lib/src/dto/FTPEnty.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,8 @@ class FTPEntry {
}
});

return FTPEntry._(
_name,
_modifyTime,
_persmission,
_type,
_size,
_unique,
_group,
_mode,
_owner);
return FTPEntry._(_name, _modifyTime, _persmission, _type, _size, _unique,
_group, _mode, _owner);
}

@override
Expand Down

0 comments on commit 9c940e3

Please sign in to comment.