Skip to content

Commit

Permalink
style: format code for scores of pub.dev (#1024)
Browse files Browse the repository at this point in the history
Signed-off-by: CaiJingLong <cjl_spy@163.com>
  • Loading branch information
CaiJingLong authored Nov 9, 2023
1 parent 83fd708 commit cf6cb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/types/entity.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AssetPathEntity {
required this.id,
required this.name,
@Deprecated('Use assetCountAsync instead. This will be removed in 3.0.0')
this.assetCount = 0,
this.assetCount = 0,
this.albumType = 1,
this.lastModified,
this.type = RequestType.common,
Expand Down

0 comments on commit cf6cb43

Please sign in to comment.