Remove errant whitespace
This commit is contained in:
parent
45b8b32b35
commit
c33d5806fd
|
|
@ -39,7 +39,6 @@ class RunLoopLock {
|
|||
}
|
||||
|
||||
func dispatch(_ action: () -> ()) {
|
||||
|
||||
CFRunLoopPerformBlock(currentRunLoop, CFRunLoopMode.defaultMode.rawValue) {
|
||||
if CurrentThreadScheduler.isScheduleRequired {
|
||||
_ = CurrentThreadScheduler.instance.schedule(()) { _ in
|
||||
|
|
|
|||
Loading…
Reference in New Issue