Add space around =
for Sycamore props
All checks were successful
/ test (pull_request) Successful in 3m35s
All checks were successful
/ test (pull_request) Successful in 3m35s
Also, add a trailing comma to a match arm in `outline.rs`.
This commit is contained in:
parent
bfd5d8e35f
commit
b02e682e15
6 changed files with 80 additions and 80 deletions
|
@ -76,7 +76,7 @@ fn RegulatorInput(regulator: Rc<dyn Regulator>) -> View {
|
||||||
move |event: KeyboardEvent| {
|
move |event: KeyboardEvent| {
|
||||||
match event.key().as_str() {
|
match event.key().as_str() {
|
||||||
"Escape" => reset_value(),
|
"Escape" => reset_value(),
|
||||||
_ => ()
|
_ => (),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue