Skip to content

Commit

Permalink
Fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Apr 29, 2019
1 parent 88a6f78 commit b860676
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions heartbeat/monitors/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ package monitors
import (
"fmt"

"github.com/elastic/beats/heartbeat/eventext"

"github.com/pkg/errors"

"github.com/elastic/beats/heartbeat/eventext"
"github.com/elastic/beats/heartbeat/monitors/jobs"
"github.com/elastic/beats/heartbeat/scheduler"
"github.com/elastic/beats/heartbeat/scheduler/schedule"
Expand Down

0 comments on commit b860676

Please sign in to comment.