Remove unnecessary Output tag

This commit is contained in:
Spxg
2025-05-22 01:32:59 +08:00
parent 097133d749
commit 9e4e6a1445

View File

@@ -384,7 +384,7 @@ fn ShareButton() -> impl IntoView {
.collect::<Vec<String>>()
.join("\n");
offset_inserts.push((end, format!("\n-- Output:\n{result}\n")));
offset_inserts.push((end, format!("\n{result}\n")));
}
}
}