GitLiveApp / firebase-java-sdk

A pure java port of the Firebase Android SDK
Apache License 2.0
18 stars 6 forks source link

Fix ktlint errors #11

Closed fmasa closed 5 months ago

fmasa commented 5 months ago

I noticed that ktlint check is failing in CI. I applied ktlintFormat task and manually updated the wildcard imports to fix all the issues.

fmasa commented 5 months ago

@nbransby If you can merge this, I can open PR fixing the tests as well :slightly_smiling_face: