Haptic-Apps / Slide

Slide is an open-source, ad-free Reddit browser for Android.
https://reddit.com/r/slideforreddit
GNU General Public License v3.0
1.78k stars 344 forks source link

chore: several files added with CRLF file endings #3464

Open tanj opened 2 years ago

tanj commented 2 years ago

I noticed when hacking on something that a file I was interested in was committed as CRLF line endings.

This pull request is the result of running find ./ -name '*.java' -exec dos2unix '{}' \; in the repo root.

I totally understand that the diff for these changes are hard to review, so feel free to reject the pull request.