chore: `clippy`

This commit is contained in:
Greg Johnston 2023-09-29 20:36:15 -04:00
parent d8aeb82949
commit d869bc6675
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ async fn second_wait_fn(seconds: u64) -> Result<(), ServerFnError> {
#[component]
pub fn App() -> impl IntoView {
let style = r#"
let style = r"
nav {
display: flex;
width: 100%;
@ -30,7 +30,7 @@ pub fn App() -> impl IntoView {
[aria-current] {
font-weight: bold;
}
"#;
";
view! {
<style>{style}</style>