Skip to content

Commit 997abf7

Browse files
authored
Merge pull request #2 from mlatorre31/fix-restart-formatting
Fix formatting in main.go and config go
2 parents 0f58b93 + 6efeb75 commit 997abf7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmd/docker-gen/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
"github.com/BurntSushi/toml"
1212
docker "github.com/fsouza/go-dockerclient"
13-
"github.com/jwilder/docker-gen"
13+
"github.com/jwilder/docker-gen"
1414
)
1515

1616
type stringslice []string

config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"errors"
55
"strings"
66
"time"
7-
87
)
98

109
type Config struct {

0 commit comments

Comments
 (0)