Skip to content

Commit

Permalink
Fix lint warning for database/db function parameter name (#4178)
Browse files Browse the repository at this point in the history
- Fixes the following warning x23: /home-assistant-android/common/src/main/java/io/homeassistant/companion/android/database/AppDatabase.kt:838:34 The corresponding parameter in the supertype 'Migration' is named 'db'. This may cause problems when calling this function with named arguments.
  • Loading branch information
jpelgrom authored Feb 2, 2024
1 parent bd38cfb commit 09ca68e
Showing 1 changed file with 76 additions and 76 deletions.
Loading

0 comments on commit 09ca68e

Please sign in to comment.