mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +01:00
go fmt...
This commit is contained in:
parent
6a72ba24c9
commit
eda5391d0a
5 changed files with 8 additions and 14 deletions
|
|
@ -1,8 +1,5 @@
|
|||
package container
|
||||
|
||||
import (
|
||||
)
|
||||
|
||||
func sliceEqual(s1, s2 []string) bool {
|
||||
if len(s1) != len(s2) {
|
||||
return false
|
||||
|
|
@ -65,4 +62,3 @@ func structMapSubtract(m1, m2 map[string]struct{}) map[string]struct{} {
|
|||
|
||||
return m
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue