Skip to content

Commit

Permalink
review fixes;
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalii committed Jul 31, 2024
1 parent a881014 commit a74dd7f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Sources/Helpers/DirectoryObserver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,4 @@ final class DirectoryObserver: NSObject {
// Start monitoring
dispatchSource?.resume()
}

func stopObserving() {
dispatchSource?.cancel()
}

deinit {
stopObserving()
}
}

0 comments on commit a74dd7f

Please sign in to comment.