Formatting

This commit is contained in:
richard-dds 2018-10-04 14:38:09 -04:00
parent db1521d920
commit 6dd8562fc1

View File

@ -117,10 +117,7 @@ WORKSPACE_ROLES = [
"name": "developer", "name": "developer",
"display_name": "Developer", "display_name": "Developer",
"description": "Views only the projects and environments they are granted access to. Can also view members associated with each environment.", "description": "Views only the projects and environments they are granted access to. Can also view members associated with each environment.",
"permissions": [ "permissions": [Permissions.VIEW_USAGE_REPORT, Permissions.VIEW_WORKSPACE],
Permissions.VIEW_USAGE_REPORT,
Permissions.VIEW_WORKSPACE,
],
}, },
{ {
"name": "billing_auditor", "name": "billing_auditor",