Remove errant whitespace

This commit is contained in:
Tom Burns 2016-07-02 18:47:47 -05:00
parent 45b8b32b35
commit c33d5806fd
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ class RunLoopLock {
}
func dispatch(_ action: () -> ()) {
CFRunLoopPerformBlock(currentRunLoop, CFRunLoopMode.defaultMode.rawValue) {
if CurrentThreadScheduler.isScheduleRequired {
_ = CurrentThreadScheduler.instance.schedule(()) { _ in