Skip to content

Commit f59bd35

Browse files
committed
right constant position
1 parent 7e08219 commit f59bd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExecutionContext/ExecutionContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public extension ExecutionContextProtocol {
200200
if Thread.isMain {
201201
return ExecutionContext.main
202202
}
203-
if currentContext.value == nil {
203+
if nil == currentContext.value {
204204
//TODO: think
205205
// currentContext.value = RunLoopExecutionContext(inner: <#T##ExecutionContextType#>)
206206
}

0 commit comments

Comments
 (0)