mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-03 15:47:31 +01:00
refact: remove useless imports and newline
This commit is contained in:
parent
e98bcd2216
commit
63358f1ba4
@ -1,6 +1,5 @@
|
||||
package app.revanced.integrations;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.content.Context;
|
||||
import android.util.Log;
|
||||
|
||||
@ -8,7 +7,6 @@ public class Globals {
|
||||
public static Context context;
|
||||
|
||||
public static Context getAppContext() {
|
||||
|
||||
if (context != null) {
|
||||
return context;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user