Run dart fix on the code base

This commit is contained in:
Roland Geider
2023-11-16 21:34:02 +01:00
parent afba3a8cc9
commit 29a6839a61
44 changed files with 108 additions and 113 deletions

View File

@@ -77,7 +77,7 @@ class GithubReleases {
.body;
final decodedJson = jsonDecode(releaseJsonContent) as List;
DateTime? latestReleaseAssetDate = null;
DateTime? latestReleaseAssetDate;
final releases = List<Release>.empty(growable: true);