Skip to content

Commit

Permalink
fix brace alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Sep 17, 2024
1 parent 685d32c commit c0621b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ final class ModelSyncedEventEmitter {
receiveCompletion: { _ in },
receiveValue: { [weak self] value in
self?.onReceiveSyncOperationEvent(value: value)
}
}
)

self.reconciliationQueueSink = reconciliationQueue?
Expand All @@ -85,7 +85,7 @@ final class ModelSyncedEventEmitter {
receiveCompletion: { _ in },
receiveValue: { [weak self] value in
self?.onReceiveReconciliationEvent(value: value)
}
}
)
}

Expand Down

0 comments on commit c0621b2

Please sign in to comment.