style: apply formatting to workspace detail extraction

Post-write formatter pass on components extracted for reorganize-long-files.
No behavioral changes.
This commit is contained in:
Developer
2026-06-12 19:08:16 +00:00
parent 9f4e9845c0
commit bbfcde3d1b
5 changed files with 22 additions and 16 deletions
@@ -45,7 +45,10 @@ export function WorkspaceTabBar({ active, onChange }: WorkspaceTabBarProps) {
);
}
export function WorkspaceMobileTabBar({ active, onChange }: WorkspaceTabBarProps) {
export function WorkspaceMobileTabBar({
active,
onChange,
}: WorkspaceTabBarProps) {
return (
<nav className="mobile-tab-bar" role="tablist">
{TABS.map((tab) => (