mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
fix tests
This commit is contained in:
parent
24c626b306
commit
3f31b9de43
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fn app(cx: Scope) -> Element {
|
|||
let mut result = String::new();
|
||||
result += "#";
|
||||
for c in c.iter() {
|
||||
write!(string, "{c:02X?}").unwrap();
|
||||
write!(result, "{c:02X?}").unwrap();
|
||||
}
|
||||
result
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue