Apply cargo fmt across chrome and internal pages

This commit is contained in:
2026-05-15 16:42:00 -04:00
parent 90c029eddb
commit 00a8ff1fef
30 changed files with 287 additions and 814 deletions
@@ -24,9 +24,11 @@ impl ElyShell {
match plugin {
Some(plugin) => render_canvas_surface(
div().size_full().overflow_y_scrollbar().child(
render_plugin_detail_view(plugin, &snapshot.active_profile_kind, cx),
),
div().size_full().overflow_y_scrollbar().child(render_plugin_detail_view(
plugin,
&snapshot.active_profile_kind,
cx,
)),
),
None => render_canvas_surface(render_missing_plugin_detail(plugin_id.as_ref(), cx)),
}