Skip to content

Commit d2a94a2

Browse files
committed
style: format
1 parent 4a0f9bb commit d2a94a2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

packages/storage_client/lib/src/fetch.dart

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,15 @@ class Fetch {
259259
required int retryAttempts,
260260
required StorageRetryController? retryController,
261261
}) async {
262-
return _handleFileRequest('POST', url, file, fileOptions, options,
263-
retryAttempts, retryController);
262+
return _handleFileRequest(
263+
'POST',
264+
url,
265+
file,
266+
fileOptions,
267+
options,
268+
retryAttempts,
269+
retryController,
270+
);
264271
}
265272

266273
Future<dynamic> putFile(

0 commit comments

Comments
 (0)