Skip to content

Commit

Permalink
chore: remove internal initializer
Browse files Browse the repository at this point in the history
not needed because if automatically synthesized will default to
non-public visibility
  • Loading branch information
andrewjl-mux committed Jun 5, 2024
1 parent 3d777a0 commit f254a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/MuxUploadSDK/PublicAPI/DirectUploadManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ public final class DirectUploadManager {

/// The shared instance of this object that should be used
public static let shared = DirectUploadManager()
internal init() { }

private struct FileUploaderDelegate : ChunkedFileUploaderDelegate {
let manager: DirectUploadManager
Expand Down

0 comments on commit f254a3b

Please sign in to comment.