Skip to content

Commit

Permalink
Merge pull request #2 from mlatorre31/fix-restart-formatting
Browse files Browse the repository at this point in the history
Fix formatting in main.go and config go
  • Loading branch information
NickBolles committed Aug 4, 2018
2 parents 0f58b93 + 6efeb75 commit 997abf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/docker-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/BurntSushi/toml"
docker "github.com/fsouza/go-dockerclient"
"github.com/jwilder/docker-gen"
"github.com/jwilder/docker-gen"
)

type stringslice []string
Expand Down
1 change: 0 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"errors"
"strings"
"time"

)

type Config struct {
Expand Down

0 comments on commit 997abf7

Please sign in to comment.