refact: remove useless imports and newline

This commit is contained in:
oSumAtrIX
2022-04-13 03:19:56 +02:00
parent e98bcd2216
commit 63358f1ba4

View File

@ -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;
}