mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Reformat inline expectations (space after $)
This commit is contained in:
@@ -6,7 +6,7 @@ import android.webkit.WebSettings;
|
||||
public class SetJavascriptEnabled {
|
||||
public static void configureWebViewUnsafe(WebView view) {
|
||||
WebSettings settings = view.getSettings();
|
||||
settings.setJavaScriptEnabled(true); // $javascriptEnabled
|
||||
settings.setJavaScriptEnabled(true); // $ javascriptEnabled
|
||||
}
|
||||
|
||||
public static void configureWebViewSafe(WebView view) {
|
||||
|
||||
Reference in New Issue
Block a user