diff options
| author | GitHub Action <[email protected]> | 2025-12-12 08:59:18 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-12 08:59:18 +0000 |
| commit | 9a70eb538b13687747cd00c7f377486964ceb73e (patch) | |
| tree | 4356e61e76f3a394fbfa1b4502ac4261f6e3100c | |
| parent | 0b1731142e8dd126d464238d9c807a1bf124bb2a (diff) | |
| download | opencode-9a70eb538b13687747cd00c7f377486964ceb73e.tar.gz opencode-9a70eb538b13687747cd00c7f377486964ceb73e.zip | |
chore: format code
| -rw-r--r-- | packages/tauri/src-tauri/capabilities/default.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/tauri/src-tauri/capabilities/default.json b/packages/tauri/src-tauri/capabilities/default.json index bd4ede058..320586de4 100644 --- a/packages/tauri/src-tauri/capabilities/default.json +++ b/packages/tauri/src-tauri/capabilities/default.json @@ -2,9 +2,7 @@ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "Capability for the main window", - "windows": [ - "main" - ], + "windows": ["main"], "permissions": [ "core:default", "opener:default", |
