From 1a1a01a8423a58c2c9f4906364631b160ec593eb Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Wed, 19 May 2021 13:38:13 +0800 Subject: ci: use new lint action and add custom config (#6562) --- internal/route/repo/branch.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/route/repo/branch.go') diff --git a/internal/route/repo/branch.go b/internal/route/repo/branch.go index 17630554..dd2508dd 100644 --- a/internal/route/repo/branch.go +++ b/internal/route/repo/branch.go @@ -91,7 +91,7 @@ func Branches(c *context.Context) { c.Data["ActiveBranches"] = activeBranches c.Data["StaleBranches"] = staleBranches - c.Success( BRANCHES_OVERVIEW) + c.Success(BRANCHES_OVERVIEW) } func AllBranches(c *context.Context) { @@ -104,7 +104,7 @@ func AllBranches(c *context.Context) { } c.Data["Branches"] = branches - c.Success( BRANCHES_ALL) + c.Success(BRANCHES_ALL) } func DeleteBranchPost(c *context.Context) { -- cgit v1.2.3