diff --git a/src/components/array_info/mod.rs b/src/components/array_info/mod.rs
index 5e5caf7..c5733cf 100644
--- a/src/components/array_info/mod.rs
+++ b/src/components/array_info/mod.rs
@@ -77,6 +77,6 @@ pub fn EncodingInfo(array: SharedPtr<ArrayData>) -> Element {
     // Fallback
     else {
         // Empty component
-        rsx! {  }
+        rsx! {}
     }
 }