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