Skip to content

Commit 5b1d94f

Browse files
committed
Update storage_reference_ios.mm
1 parent 5c0be22 commit 5b1d94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/src/ios/storage_reference_ios.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
StorageInternal* storage = storage_;
145145
NSString* path_string = @(path);
146146
if (path_string.length == 0) {
147-
future_impl->Complete(handle, kErrorUnknown, "Path cannot be empty.")
147+
future_impl->Complete(handle, kErrorUnknown, "Path cannot be empty.");
148148
return GetFileLastResult();
149149
}
150150
NSURL* local_file_url = nil;

0 commit comments

Comments
 (0)