Skip to content

Commit

Permalink
Fix some minor warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
buttercookie42 committed Dec 8, 2024
1 parent 23c6561 commit 78f9a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
}

androidResources {
generateLocaleConfig = true;
generateLocaleConfig = true
}

buildFeatures {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public static SmbServiceStatusLiveData get() {
return sInstance;
}

private SmbServiceStatusLiveData() {};
private SmbServiceStatusLiveData() {}

}

0 comments on commit 78f9a47

Please sign in to comment.