From 1a90fd86ffd8e530b6ae47a313afed61ffbe01ed Mon Sep 17 00:00:00 2001 From: KOUNOIKE Yuusuke Date: Wed, 2 May 2018 14:07:19 +0900 Subject: [PATCH] format --- .../gitbucket/core/controller/SystemSettingsController.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/gitbucket/core/controller/SystemSettingsController.scala b/src/main/scala/gitbucket/core/controller/SystemSettingsController.scala index 223f9d963..acd30d4bc 100644 --- a/src/main/scala/gitbucket/core/controller/SystemSettingsController.scala +++ b/src/main/scala/gitbucket/core/controller/SystemSettingsController.scala @@ -314,7 +314,7 @@ trait SystemSettingsControllerBase extends AccountManagementControllerBase { } catch { case e: EmailException => s"[Error] ${e.getCause}" - case e: Exception => "[Error] " + e.toString + case e: Exception => "[Error] " + e.toString } })