square / anvil

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.
Apache License 2.0
1.29k stars 75 forks source link

Simplify redundant logic #963

Closed ZacSweers closed 2 months ago

ZacSweers commented 2 months ago

Noticed this warning in the IDE, it's functionally an else block because it's always true here. Left the condition in a comment for clarity