style: Applied uniform formatting across all new UI test files

This commit is contained in:
2025-12-15 20:18:28 -07:00
parent aadd6c8abf
commit c072c57bbb
23 changed files with 337 additions and 140 deletions
+3 -1
View File
@@ -122,7 +122,9 @@ where
};
let loading_block = LoadingBlock::new(self.is_loading, self.block.clone());
if let Some(content) = self.content && !self.is_loading {
if let Some(content) = self.content
&& !self.is_loading
{
let (table_contents, table_state) = if content.filtered_items.is_some() {
(
content.filtered_items.as_ref().unwrap(),