refact: remove useless imports and newline

This commit is contained in:
oSumAtrIX 2022-04-13 03:19:56 +02:00
parent e98bcd2216
commit 63358f1ba4
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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