Skip to content

Commit a535b2c

Browse files
committed
make fmt
1 parent 8595f15 commit a535b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/pages/DeploySettingsPage/SecuritySettingsPage/SecuritySettingsPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const SecuritySettingsPageView = ({
3636
options,
3737
"SSH Keygen Algorithm",
3838
"Secure Auth Cookie",
39-
"Disable Owner Workspace Execution"
39+
"Disable Owner Workspace Execution",
4040
)}
4141
/>
4242
</div>

site/src/xServices/auth/authXService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const permissionsToCheck = {
5959
},
6060
[checks.viewDeploymentValues]: {
6161
object: {
62-
resource_type: "deployment_config"
62+
resource_type: "deployment_config",
6363
},
6464
action: "read",
6565
},

0 commit comments

Comments
 (0)