Skip to content

Commit 1fa7481

Browse files
Update FirebaseStorage/Sources/Storage.swift
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7c2cd73 commit 1fa7481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseStorage/Sources/Storage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ import FirebaseCore
249249
private var instances: [String: Storage] = [:]
250250

251251
/// Lock to manage access to the instances array to avoid race conditions.
252-
private let instancesLock = OSAllocatedUnfairLock
252+
private let instancesLock = OSAllocatedUnfairLock()
253253

254254
private init() {}
255255

0 commit comments

Comments
 (0)