Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed May 2, 2019
1 parent 9a228ba commit 9b88838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/keepalived.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (k *keepalived) Healthy() error {
}

// All checks successful
return nil
return nil
}

func (k *keepalived) Cleanup() {
Expand Down

0 comments on commit 9b88838

Please sign in to comment.