mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-30 20:29:58 +01:00
scalafmt
This commit is contained in:
@@ -181,7 +181,7 @@ trait AccountService {
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user