Skip to content

Commit 4569f85

Browse files
committed
Cleanup.
1 parent 242e6ac commit 4569f85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/DiffableTextKit/Models/Context.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ extension Context {
119119
//=------------------------------------------------------------------------=
120120

121121
@inlinable public func merge(_ update: Update) -> Bool {
122-
let changeInStyle = self.style != update.style
123-
let changeInValue = self.value != update.value
124-
let changeInFocus = self.focus != update.focus
122+
let changeInStyle = style != update.style
123+
let changeInValue = value != update.value
124+
let changeInFocus = focus != update.focus
125125
//=--------------------------------------=
126126
// MARK: At Least One Must Change
127127
//=--------------------------------------=

0 commit comments

Comments
 (0)