Skip to content

Commit 0af8b9d

Browse files
committed
fixed );
1 parent a21ec84 commit 0af8b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/data/nextcloud/saber_syncer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class SaberSyncInterface
230230
assert(decryptedData.isNotEmpty,
231231
'Decrypted data is empty but encryptedBytes.length is ${encryptedBytes.length}');
232232
await FileManager.writeFile(file.relativeLocalPath, decryptedData,
233-
alsoUpload: false, lastModified: file.remoteFile?.lastModified);); // write remote file to local and set time stamp from remote file!
233+
alsoUpload: false, lastModified: file.remoteFile?.lastModified); // write remote file to local and set time stamp from remote file!
234234
}
235235

236236
@override

0 commit comments

Comments
 (0)