mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-02 23:28:49 +01:00
fix linter issues
This commit is contained in:
parent
6b9fd8d7ef
commit
a32468d1fe
9 changed files with 64 additions and 61 deletions
|
|
@ -16,7 +16,6 @@ func ConvertToHostname(url string) (string, string, error) {
|
|||
hostName := u.Hostname()
|
||||
port := u.Port()
|
||||
|
||||
|
||||
return hostName, port, err
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ var _ = Describe("the helpers", func() {
|
|||
Expect(out).To(Equal("index.docker.io"))
|
||||
})
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue