diff --git a/lib/src/utils/matrix_file.dart b/lib/src/utils/matrix_file.dart index 3bc5c1c5..32d86f7a 100644 --- a/lib/src/utils/matrix_file.dart +++ b/lib/src/utils/matrix_file.dart @@ -40,7 +40,7 @@ class MatrixFile { : mimeType = mimeType ?? lookupMimeType(name, headerBytes: bytes) ?? 'application/octet-stream', - name = name.split('/').last.toLowerCase() {} + name = name.split('/').last.toLowerCase(); int get size => bytes.length;