Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Sep 11, 2024
1 parent 9b37d84 commit 507f9fd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public class MyContentProvider extends ContentProvider {
public static final String AUTHORITY = BuildConfig.APPLICATION_ID + ".MyContentAuthority";

public static final String SCHEME = "content://";
private static final UriMatcher sURIMatcher = new UriMatcher(
UriMatcher.NO_MATCH);
private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH);

static {
TaskList.addMatcherUris(sURIMatcher);
Expand Down

0 comments on commit 507f9fd

Please sign in to comment.