Skip to content

Commit

Permalink
Make the singletons, singletons.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Nov 13, 2023
1 parent 835f4f8 commit 1edfbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/MXResources/MXResources.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ public class MXResourceManager
{
public static let shared = MXResourceManager()

public init()
private init()
{}
}
2 changes: 1 addition & 1 deletion Sources/MetaTBB/MetaTBB.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public class MetaTBB
{
public static let shared = MetaTBB()

public init()
private init()
{}
}

0 comments on commit 1edfbcd

Please sign in to comment.