Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
free6om committed Apr 25, 2024
1 parent 4e6346a commit 18be71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/apps/transformer_component_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (r *componentStatusHandler) reconcileComponentStatus() error {
return nil
}

func (r *componentStatusHandler) isWorkloadUpdated() bool {
func (r *componentStatusHandler) isWorkloadUpdated() bool {
if r.cluster == nil || r.runningITS == nil {
return false
}
Expand Down

0 comments on commit 18be71b

Please sign in to comment.