From c33d5806fdb3096873201a522438e77cbd8e7ba5 Mon Sep 17 00:00:00 2001 From: Tom Burns Date: Sat, 2 Jul 2016 18:47:47 -0500 Subject: [PATCH] Remove errant whitespace --- RxBlocking/RunLoopLock.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/RxBlocking/RunLoopLock.swift b/RxBlocking/RunLoopLock.swift index 97c509d3..8b5eec73 100644 --- a/RxBlocking/RunLoopLock.swift +++ b/RxBlocking/RunLoopLock.swift @@ -39,7 +39,6 @@ class RunLoopLock { } func dispatch(_ action: () -> ()) { - CFRunLoopPerformBlock(currentRunLoop, CFRunLoopMode.defaultMode.rawValue) { if CurrentThreadScheduler.isScheduleRequired { _ = CurrentThreadScheduler.instance.schedule(()) { _ in