Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Oct 6, 2024
1 parent 37575df commit 279977b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class RemoveAds implements IHook {

static final List<String> adClassNames = new ArrayList<>(List.of());
static final List<String> adClassNames = new ArrayList<>(List.of());

@Override
public void hook(LimeOptions limeOptions, XC_LoadPackage.LoadPackageParam loadPackageParam) throws Throwable {
Expand Down

0 comments on commit 279977b

Please sign in to comment.