diff --git a/src/main/scala/gitbucket/core/service/AccountService.scala b/src/main/scala/gitbucket/core/service/AccountService.scala index 1fc1e6f..b8bcba4 100644 --- a/src/main/scala/gitbucket/core/service/AccountService.scala +++ b/src/main/scala/gitbucket/core/service/AccountService.scala @@ -181,7 +181,7 @@ description = description ) - def suspendAccount(account: Account)(implicit s: Session): Unit ={ + def suspendAccount(account: Account)(implicit s: Session): Unit = { // Remove from GROUP_MEMBER and COLLABORATOR removeUserRelatedData(account.userName) updateAccount(account.copy(isRemoved = true))