Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Jan 12, 2021
1 parent 786e295 commit 4e9cc96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ extension VergeConcurrency {

public init() {}

@discardableResult
public func register() -> Set<Warning> {

self._lock.lock(); defer { self._lock.unlock() }
Expand Down

0 comments on commit 4e9cc96

Please sign in to comment.