Skip to content

Commit cef4cff

Browse files
committed
go vet fix: self-assignment of tmpl to tmpl
1 parent cd670d0 commit cef4cff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func generateFile(config Config, containers []*RuntimeContainer) bool {
5151
filteredContainers = containers
5252
}
5353

54-
tmpl = tmpl
5554
dest := os.Stdout
5655
if config.Dest != "" {
5756
dest, err = ioutil.TempFile("", "docker-gen")

0 commit comments

Comments
 (0)