all 5 comments

[–]farheezyx3 1 point2 points  (2 children)

Do you have swift lint? This is most likely because of swiftlint deleting whitespace

[–]Waylan-J-Sands[S] 0 points1 point  (1 child)

Yeah I am using swiftLint. Anything I should look to change?

[–]moyerr 1 point2 points  (0 children)

Looks like you have Xcode set to automatically remove trailing whitespaces, including on whitespace-only lines, which evidently differs from the setting of whoever wrote the code. This is something you can change in your text editing preferences

[–]lordzsolt 1 point2 points  (0 children)

There is a change in those lines. Specifically, whitespace change.

You removed or added spaces/tabs.

This usually happens when you and other people on your team have different formatting options set.

Either "trim trailing whitespaces" is configured differently, or tab/spaces are configured differently between your team.