Add missing parenthesis on timeline removal diff logs.

This commit is contained in:
Stefan Ceriu
2026-03-02 15:53:29 +02:00
committed by Stefan Ceriu
parent 026bcb20b4
commit 7e1b81352d

View File

@@ -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: