adeekshith / watomatic

Auto reply app helping you move away from less private messengers like WhatsApp and Facebook Messenger
https://watomatic.app
GNU General Public License v3.0
421 stars 84 forks source link

Reformat code for a consistent base. #371

Closed tobiasschuerg closed 2 years ago

tobiasschuerg commented 2 years ago

I wanted to add some changes and noticed that the code does not use a consistent formatting. Sometimes it's if() and sometimes if () etc... This PR adds no code changes, just refomatting using Android Studios defaults (of course it would be better to use ktlint or something, but that might be one of the next steps.

adeekshith commented 2 years ago

Thanks for your contribution @tobiasschuerg 😃