shwstppr commented on code in PR #12991:
URL: https://github.com/apache/cloudstack/pull/12991#discussion_r3193658446


##########
server/src/main/java/com/cloud/projects/ProjectManagerImpl.java:
##########
@@ -479,7 +479,7 @@ public ProjectAccount assignAccountToProject(Project 
project, long accountId, Pr
         return _projectAccountDao.persist(projectAccountVO);
     }
 
-    public ProjectAccount assignUserToProject(Project project, long userId, 
long accountId, Role userRole, Long projectRoleId) {
+    public ProjectAccount  assignUserToProject(Project project, long userId, 
long accountId, Role userRole, Long projectRoleId) {

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to