Skip to content

Commit

Permalink
fix: コメント
Browse files Browse the repository at this point in the history
  • Loading branch information
unchama committed Sep 17, 2023
1 parent 6e0118c commit 182dca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/bungeeconfigtemplate_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (r *BungeeConfigTemplateReconciler) Reconcile(ctx context.Context, req ctrl
return ctrl.Result{}, err
}

// seichiReviewGatewayList と同じ長さの配列を作る
// seichiReviewGatewayList と同じ長さの配列 reviewPullRequestNumberList を作る
reviewPullRequestNumberList := make([]int, len(seichiReviewGatewayList.Items))

// seichiReviewGatewayList.Items の要素1つ1つから、
Expand Down

0 comments on commit 182dca1

Please sign in to comment.