chore: wrap all code at 80 characters

This commit is contained in:
Glen Whitney 2025-10-14 12:30:33 -07:00
parent b89fa02f52
commit fae94486d6
7 changed files with 311 additions and 150 deletions

View file

@ -39,7 +39,9 @@ pub fn AddRemove() -> View {
}
) { "Add point" }
button(
class = "emoji", /* KLUDGE */ // for convenience, we're using an emoji as a temporary icon for this button
/* KLUDGE */ // for convenience, we're using an emoji as an
// icon for this button
class = "emoji",
disabled = {
let state = use_context::<AppState>();
state.selection.with(|sel| sel.len() != 2)