You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pom.xml contains Mac-style line endings (i.e. CR, aka '\r' or '^M'). These pollute the output of git diff, which expects UNIX-style line endings (i.e. LF, aka '\n'):
pom.xml contains Mac-style line endings (i.e. CR, aka '\r' or '^M'). These pollute the output of
git diff
, which expects UNIX-style line endings (i.e. LF, aka '\n'):Looks like about 200 source code files have this issue:
The text was updated successfully, but these errors were encountered: