chore: bump line length to 120 (#20191)
This commit is contained in:
@@ -122,9 +122,7 @@ class DownloadRepository {
|
||||
taskId: livePhotoVideoId,
|
||||
url: url,
|
||||
headers: headers,
|
||||
filename: asset.name
|
||||
.toUpperCase()
|
||||
.replaceAll(RegExp(r"\.(JPG|HEIC)$"), '.MOV'),
|
||||
filename: asset.name.toUpperCase().replaceAll(RegExp(r"\.(JPG|HEIC)$"), '.MOV'),
|
||||
updates: Updates.statusAndProgress,
|
||||
group: kDownloadGroupLivePhoto,
|
||||
metaData: json.encode(_dummyMetadata),
|
||||
|
||||
Reference in New Issue
Block a user