Skip to content

Commit

Permalink
move write statuses logic to a separate func
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Nov 5, 2020
1 parent ab981fe commit b6c384e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ var statusCmd = &cobra.Command{
}

// writeStatusesAtInterval writes statuses in a given output format - at intervals defined by duration
func writeStatusesAtInterval(duration time.Duration, api libmachine.API, cc *config.ClusterConfig) int {
func writeStatusesAtInterval(duration time.Duration, api libmachine.API, cc *config.ClusterConfig) {
for {
var statuses []*Status

Expand Down

0 comments on commit b6c384e

Please sign in to comment.