From 4b15a332573b46060c72c5faa7e09459c238ca77 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Wed, 4 Jan 2023 18:56:53 +0800 Subject: [PATCH] chore: format code --- models/user/user_system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/user/user_system.go b/models/user/user_system.go index 2ef6fe493a..711f493043 100644 --- a/models/user/user_system.go +++ b/models/user/user_system.go @@ -39,7 +39,7 @@ const ( ActionsUserID = -2 ActionsUserName = "gitea-actions" ActionsFullName = "Gitea Actions" - ActionsEmail = "teabot@gitea.io" + ActionsEmail = "teabot@gitea.io" ) // NewActionsUser creates and returns a fake user for running the actions.