Skip to content

Commit

Permalink
Fix whitespace warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaliz committed Apr 29, 2021
1 parent edf4e0e commit 0949384
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Flow/Disposable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public final class DisposeBag: Disposable {
public var isEmpty: Bool {
mutex.lock()
defer { mutex.unlock() }

return disposables.isEmpty
}

Expand Down
1 change: 0 additions & 1 deletion Flow/Future.swift
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ private extension Future {
private var protectedState: State {
mutex.lock()
defer { mutex.unlock() }

return state
}

Expand Down

0 comments on commit 0949384

Please sign in to comment.