Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
  • Loading branch information
Gae24 committed Apr 26, 2024
1 parent 8bbcb1b commit 52df35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/jniapi/src/lib.rs
Expand Up @@ -872,7 +872,7 @@ fn get_options(
prefs.insert("js.baseline_interpreter.enabled".to_string(), false.into());
prefs.insert("js.baseline_jit.enabled".to_string(), false.into());
prefs.insert("js.ion.enabled".to_string(), false.into());

if let Some(url) = url {
prefs.insert("shell.homepage".to_string(), url.into());
}
Expand Down

0 comments on commit 52df35b

Please sign in to comment.