Add missing parenthesis on timeline removal diff logs.
This commit is contained in:
committed by
Stefan Ceriu
parent
026bcb20b4
commit
7e1b81352d
@@ -220,7 +220,7 @@ extension TimelineDiff: @retroactive CustomDebugStringConvertible {
|
||||
case .set(let index, _):
|
||||
return "Set(\(index))"
|
||||
case .remove(let index):
|
||||
return "Remove(\(index)"
|
||||
return "Remove(\(index))"
|
||||
case .pushBack:
|
||||
return "PushBack"
|
||||
case .pushFront:
|
||||
|
||||
Reference in New Issue
Block a user