Skip to content

Commit a67717b

Browse files
committed
fix(lint): remove trailing blank line left by ensureServiceAccount extraction (gofmt)
1 parent fad341a commit a67717b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/controller/deco_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ func (r *DecoReconciler) createJob(ctx context.Context, deco *decositesv1alpha1.
267267
return nil
268268
}
269269

270-
271270
func buildPhaseFromJob(job *batchv1.Job) string {
272271
for _, c := range job.Status.Conditions {
273272
if c.Status != corev1.ConditionTrue {

0 commit comments

Comments
 (0)