Skip to content

Commit 4fce1ce

Browse files
committed
Fix linting
1 parent c26acfa commit 4fce1ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ linters:
66
- depguard
77
- exhaustruct
88
- tagliatelle
9+
- wsl
910
settings:
1011
errcheck:
1112
check-type-assertions: true

entry_groups.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func (e *entryGroups) get(containerID string) (*avahi.EntryGroup, func(), error)
4040
}
4141

4242
e.mutex.Lock()
43+
4344
if _, ok := e.groups[containerID]; !ok {
4445
entryGroup, err := e.avahiServer.EntryGroupNew()
4546
if err != nil {

0 commit comments

Comments
 (0)