Skip to content

Commit da585d9

Browse files
committed
Fixing the missing spaces
1 parent c0b60c3 commit da585d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dynatademand/validator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
'buy_project': ['path', 'body', ],
1818
'get_project_detailed_report': ['path', ],
1919
'reconcile_project': ['path', ],
20-
'get_project_permissions':['path', ],
21-
'upsert_project_permissions':['path', 'body', ],
20+
'get_project_permissions': ['path', ],
21+
'upsert_project_permissions': ['path', 'body', ],
2222

2323
# Roles
2424
'get_roles': ['query', ],

0 commit comments

Comments
 (0)