Skip to content

Commit

Permalink
chore(android): fix lint (#7741)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Oct 28, 2024
1 parent 74c3e94 commit e4b0540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public Object match(Uri uri) {
int lj = list.size();
for (int j = 0; j < lj; j++) {
UriMatcher n = list.get(j);
which_switch:switch (n.mWhich) {
which_switch: switch (n.mWhich) {
case MASK:
if (HostMask.Parser.parse(n.mText).matches(u)) {
node = n;
Expand Down

0 comments on commit e4b0540

Please sign in to comment.