diff options
| author | GitHub Action <[email protected]> | 2025-09-12 18:33:14 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-09-12 18:33:14 +0000 |
| commit | efcb5abbf78e2f90dd35b30e80094a20a58e05d5 (patch) | |
| tree | 15c9a8f63735cb749ab10634b9aa26d813a9e0fa /cloud/app | |
| parent | d37e58719e2fa800805f666aa44292bc551f1b9b (diff) | |
| download | opencode-efcb5abbf78e2f90dd35b30e80094a20a58e05d5.tar.gz opencode-efcb5abbf78e2f90dd35b30e80094a20a58e05d5.zip | |
chore: format code
Diffstat (limited to 'cloud/app')
| -rw-r--r-- | cloud/app/src/routes/workspace/[id].tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index 937da16a8..ad4e58c2c 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -474,7 +474,7 @@ function NewUserSection() { ) } -export default function() { +export default function () { return ( <div data-page="workspace-[id]"> <section data-component="title-section"> |
