From bb4fe1314b3fcc7f5079c3540edecfad093bf2a0 Mon Sep 17 00:00:00 2001 From: KOUNOIKE Yuusuke Date: Wed, 10 Oct 2018 11:31:02 +0900 Subject: [PATCH] scalafmt --- src/main/scala/gitbucket/core/service/AccountService.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/gitbucket/core/service/AccountService.scala b/src/main/scala/gitbucket/core/service/AccountService.scala index 1fc1e6fac..b8bcba430 100644 --- a/src/main/scala/gitbucket/core/service/AccountService.scala +++ b/src/main/scala/gitbucket/core/service/AccountService.scala @@ -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))