diff --git a/app/src/components/ui/skeletons.rs b/app/src/components/ui/skeletons.rs
index 489d77c..172eb30 100644
--- a/app/src/components/ui/skeletons.rs
+++ b/app/src/components/ui/skeletons.rs
@@ -5,11 +5,10 @@ use leptos::*;
pub fn Skeleton() -> impl IntoView {
view! {
-
-
- // "███████▒▒▒ 69%"
-
-
+
+ // "███████▒▒▒ 69%"
+
+
}
}
diff --git a/app/src/error_template.rs b/app/src/error_template.rs
index d77146e..519382a 100644
--- a/app/src/error_template.rs
+++ b/app/src/error_template.rs
@@ -44,10 +44,7 @@ pub fn ErrorTemplate(
{move || {
- errors
- .iter()
- .map(|e: &_| view! { - {e.to_string()}
})
- .collect_view()
+ errors.iter().map(|e: &_| view! { - {e.to_string()}
}).collect_view()
}}
diff --git a/rustfmt.toml b/rustfmt.toml
deleted file mode 100644
index 3a26366..0000000
--- a/rustfmt.toml
+++ /dev/null
@@ -1 +0,0 @@
-edition = "2021"