Reinis Mazeiks %!s(int64=3) %!d(string=hai) anos
pai
achega
152bad6433
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      examples/coordinates.rs

+ 3 - 3
examples/coordinates.rs

@@ -7,9 +7,9 @@ fn main() {
 }
 
 fn app(cx: Scope) -> Element {
-    let page_coordinates = use_state(&cx, ||"".to_string());
-    let screen_coordinates = use_state(&cx, ||"".to_string());
-    let offset_coordinates = use_state(&cx, ||"".to_string());
+    let page_coordinates = use_state(&cx, || "".to_string());
+    let screen_coordinates = use_state(&cx, || "".to_string());
+    let offset_coordinates = use_state(&cx, || "".to_string());
 
     let container_style = r#"
         display: flex;