Reorder and reindent the following lines to get a working ItemCallback.
Note: the order of methods in a class doesn't matter from the perspective of the Kotlin compiler, but in order to pass this task, stick to the following: areItemsTheSame goes first and areContentsTheSame follows.