Skip to content

Commit

Permalink
Remove extraneous newline
Browse files Browse the repository at this point in the history
Remove an extraneous newline in TeamReconciler getExistingState, to
remain consistent with the other controllers.
  • Loading branch information
jace-ys committed Dec 8, 2020
1 parent ad9689e commit d4184ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/team_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ func (r *TeamReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) {
// returns an ErrOutOfSync error if the resource cannot be found.
func (r *TeamReconciler) getExistingState(team sentryv1alpha1.Team) (*sentry.Team, error) {
opts := &sentry.ListOptions{}

var sTeams []sentry.Team
for {
teams, resp, err := r.Sentry.Client.Teams.List(r.Sentry.Organization, opts)
Expand Down

0 comments on commit d4184ff

Please sign in to comment.