Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Sep 30, 2023
1 parent d8aeb82 commit d869bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/suspense_tests/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -30,7 +30,7 @@ pub fn App() -> impl IntoView {
[aria-current] {
font-weight: bold;
}
"#;
";
view! {

<style>{style}</style>
Expand Down

0 comments on commit d869bc6

Please sign in to comment.