cargo fmt

This commit is contained in:
Richard Feldman 2023-10-30 21:15:53 -04:00
parent b852930a46
commit 4b5b718241
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -20,7 +20,6 @@ pub const TIPS: &str = concatcp!(
"x = 1", "x = 1",
END_COL, END_COL,
") to use later.\n\n", ") to use later.\n\n",
if cfg!(target_family = "wasm") { if cfg!(target_family = "wasm") {
"" // In the web repl, we render tips in the UI around the repl instead of in the repl itself. "" // In the web repl, we render tips in the UI around the repl instead of in the repl itself.
} else { } else {