Skip to content

Commit

Permalink
Linter was right
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAyton committed Nov 13, 2019
1 parent e168bcc commit aa5c2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MobiusCore/Test/TestingUtil.swift
Expand Up @@ -135,7 +135,7 @@ class TestEventSource<Event>: EventSource {
}

var allDisposed: Bool {
return activeSubscriptions.count == 0
return activeSubscriptions.isEmpty
}

func dispatch(_ event: Event) {
Expand Down

0 comments on commit aa5c2b7

Please sign in to comment.