Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: rustyclock <rustyclock@protonmail.com>
  • Loading branch information
rustycl0ck committed Feb 2, 2022
1 parent 8785992 commit 98c9d71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/spannerautoscaler_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ func calcDesiredProcessingUnits(sa spannerv1beta1.SpannerAutoscaler) int {
}

return desiredPU

}

func (r *SpannerAutoscalerReconciler) fetchCredentials(ctx context.Context, sa *spannerv1beta1.SpannerAutoscaler) (*syncer.Credentials, error) {
Expand Down

0 comments on commit 98c9d71

Please # to comment.