Skip to content

Commit

Permalink
Backwards compatibility (#5)
Browse files Browse the repository at this point in the history
* Backwards Swift compatibility
  • Loading branch information
PimCoumans authored Jan 19, 2023
1 parent 55fcd02 commit 7a5e570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DidUpdate/Observers/StateObserver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ internal extension StateObserver {

let id: UUID
let keyPath: AnyKeyPath
let observer: () -> (any UpdateHandleable)?
let observer: () -> UpdateHandleable?

init<Value>(_ observer: Observer<Value>) {
self.id = observer.id
Expand Down

0 comments on commit 7a5e570

Please sign in to comment.