diff options
| author | GitHub Action <[email protected]> | 2025-09-15 23:03:41 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-09-15 23:03:41 +0000 |
| commit | 56222fff3c6839190a93ddf641ae3ae962241dfa (patch) | |
| tree | d5561aa81bf8dc18be3e009317a64ac0f74d36aa /cloud | |
| parent | 74f9fcea8829d1fa7cb7c1f87230718605e54358 (diff) | |
| download | opencode-56222fff3c6839190a93ddf641ae3ae962241dfa.tar.gz opencode-56222fff3c6839190a93ddf641ae3ae962241dfa.zip | |
chore: format code
Diffstat (limited to 'cloud')
| -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 4d525b33d..005553606 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -668,7 +668,7 @@ function NewUserSection() { ) } -export default function() { +export default function () { const params = useParams() return ( |
