Skip to content

Commit c70fd70

Browse files
committed
Fix clippy lint
1 parent 88843f2 commit c70fd70

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/e2e_encryption/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/server_integration/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/server_integration/client/src/example_e.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ pub fn view(model: &Model, intro: impl FnOnce(&str, &str) -> Vec<Node<Msg>>) ->
221221
),
222222
button![
223223
style! {
224-
"padding" => format!{"{} {}", px(2), px(12)},
224+
"padding" => format!("{} {}", px(2), px(12)),
225225
"background-color" => if btn_enabled { CSSValue::from("aquamarine") } else { CSSValue::Ignored },
226226
},
227227
attrs! {At::Disabled => not(btn_enabled).as_at_value()},

0 commit comments

Comments
 (0)