Browse Source

Fix whitespace issue

Connor Power 6 years ago
parent
commit
f99dde5215
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Sources/Reachability.swift

+ 0 - 1
Sources/Reachability.swift

@@ -152,7 +152,6 @@ public class Reachability {
 public extension Reachability {
 
     // MARK: - *** Notifier methods ***
-
     func startNotifier() throws {
         guard !notifierRunning else { return }