Skip to content

Commit

Permalink
Remove not needed public access modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Aug 1, 2024
1 parent d4b3b62 commit ea1f31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseStorage/Sources/Storage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import FirebaseCore
@_implementationOnly import FirebaseCoreExtension

private final class StorageInstanceCache: @unchecked Sendable {
public static let shared = StorageInstanceCache()
static let shared = StorageInstanceCache()

/// A map of active instances, grouped by app. Keys are FirebaseApp names and values are
/// instances of Storage associated with the given app.
Expand Down

0 comments on commit ea1f31f

Please sign in to comment.