Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmood Ali committed Jan 17, 2019
1 parent 1006842 commit 3c9de20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/exec/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"os"
"path/filepath"
"runtime"
"sync"
"time"

"github.com/hashicorp/consul-template/signals"
Expand All @@ -21,7 +22,6 @@ import (
"github.com/hashicorp/nomad/plugins/shared/hclspec"
"github.com/hashicorp/nomad/plugins/shared/loader"
pstructs "github.com/hashicorp/nomad/plugins/shared/structs"
"sync"
)

const (
Expand Down

0 comments on commit 3c9de20

Please sign in to comment.