diff options
| author | GitHub Action <[email protected]> | 2025-09-16 20:17:16 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-09-16 20:17:16 +0000 |
| commit | cd537707348689c6bf758f73386e8a0e3368e31f (patch) | |
| tree | fe003cf17f3549c5697f2760eff4389623eae698 /cloud/app | |
| parent | 4b1eca73eb64c62ebdf668eb18d587510066bd9d (diff) | |
| download | opencode-cd537707348689c6bf758f73386e8a0e3368e31f.tar.gz opencode-cd537707348689c6bf758f73386e8a0e3368e31f.zip | |
chore: format code
Diffstat (limited to 'cloud/app')
| -rw-r--r-- | cloud/app/src/component/workspace/common.tsx | 2 | ||||
| -rw-r--r-- | cloud/app/src/component/workspace/new-user-section.tsx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/cloud/app/src/component/workspace/common.tsx b/cloud/app/src/component/workspace/common.tsx index fd1b8b1b6..f85fd8423 100644 --- a/cloud/app/src/component/workspace/common.tsx +++ b/cloud/app/src/component/workspace/common.tsx @@ -23,5 +23,3 @@ export function formatDateUTC(date: Date) { } return date.toLocaleDateString("en-US", options) } - - diff --git a/cloud/app/src/component/workspace/new-user-section.tsx b/cloud/app/src/component/workspace/new-user-section.tsx index ca38390b3..15f8bcb5c 100644 --- a/cloud/app/src/component/workspace/new-user-section.tsx +++ b/cloud/app/src/component/workspace/new-user-section.tsx @@ -94,4 +94,3 @@ export function NewUserSection() { </Show> ) } - |
