From bf27be688a63f934a18bce335f858c937a3d2486 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 17 Aug 2022 21:27:35 +0800 Subject: [PATCH] Fix fmt --- models/git/protected_branch.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/git/protected_branch.go b/models/git/protected_branch.go index 16108999ae..0fb4835d09 100644 --- a/models/git/protected_branch.go +++ b/models/git/protected_branch.go @@ -252,7 +252,6 @@ func GetProtectedBranchBy(ctx context.Context, repoID int64, branchName string) return rel, nil } - // WhitelistOptions represent all sorts of whitelists used for protected branches type WhitelistOptions struct { UserIDs []int64