Skip to content

Commit

Permalink
chore: remove public accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
El-Fitz committed Jan 3, 2025
1 parent 50ff7ef commit a8a3b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// along with this program. If not, see http://www.gnu.org/licenses/.
//

import Wire
@testable import Wire

class MockSelfProfileViewsMonitorImplementation: SelfProfileViewsMonitor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import WireFoundation
import WireLogging
import WireSyncEngine

public protocol SelfProfileViewsMonitor {
protocol SelfProfileViewsMonitor {
var didViewSelfProfile: Bool { get }

func onDidViewSelfProfile()
Expand Down

0 comments on commit a8a3b97

Please sign in to comment.