Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
efryntov committed Nov 25, 2024
1 parent dcdf8cd commit f0cc309
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

package ca.psiphon.conduit.nativemodule;


import android.content.Context;
import android.content.res.Resources;
import android.net.ConnectivityManager;
Expand Down Expand Up @@ -262,4 +263,5 @@ public static synchronized boolean getServiceRunningFlag(Context context) {
MyLog.i(TAG, "Service running flag file not found.");
}
return exists;
}}
}
}

0 comments on commit f0cc309

Please sign in to comment.