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 8, 2020
1 parent 4a25d50 commit 58dbc5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/minikube/cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,7 @@ var statusCmd = &cobra.Command{
}

// writeStatusesAtInterval writes statuses in a given output format - at intervals defined by duration
<<<<<<< HEAD
func writeStatusesAtInterval(duration time.Duration, api libmachine.API, cc *config.ClusterConfig) {
=======
func writeStatusesAtInterval(duration time.Duration, api libmachine.API, cc *config.ClusterConfig) int {
>>>>>>> ab981fe40 (move write statuses logic to a separate func)
for {
var statuses []*Status

Expand Down

0 comments on commit 58dbc5c

Please sign in to comment.