americanexpress / xcprojectlint

A security blanket for Xcode project files
Apache License 2.0
504 stars 18 forks source link

aligned "Actual:" to "Expected:" #5

Closed senfi closed 6 years ago

senfi commented 6 years ago

Added spacing. It is much more easier to compare 'actual' and 'expected' if the following info is aligned to the same offset.

Compare these two:

old:

Expected: ["Snapfile", "SnapshotHelper.h", "SnapshotHelper.m"]
Actual: ["SnapshotHelper.h", "SnapshotHelper.m", "Snapfile"]

new:

Expected: ["Snapfile", "SnapshotHelper.h", "SnapshotHelper.m"]
Actual:   ["SnapshotHelper.h", "SnapshotHelper.m", "Snapfile"]

(see the alignment of the opening [)

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

kalkwarf commented 6 years ago

Nice! Thank you