jflinter / Dwifft

Swift Diff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnecessary double assignment in CollectionViewDiffCalculator:processChanges

andreyz opened this issue · comments

This assignment is probably unnecessary and was left after a copy & paste from TableViewDiffCalculator https://github.com/jflinter/Dwifft/blob/master/Dwifft/Dwifft%2BUIKit.swift#L145

Fixed on the latest master, thank you.