chore: apply format and lint
This commit is contained in:
parent
cd1d10761f
commit
98f54c9f7f
8 changed files with 51 additions and 18 deletions
6
acls.go
6
acls.go
|
@ -261,7 +261,11 @@ func expandAlias(
|
|||
}
|
||||
}
|
||||
if len(ips) == 0 {
|
||||
return ips, fmt.Errorf("%w. %v isn't owned by a TagOwner and no forced tags are defined.", errInvalidTag, alias)
|
||||
return ips, fmt.Errorf(
|
||||
"%w. %v isn't owned by a TagOwner and no forced tags are defined.",
|
||||
errInvalidTag,
|
||||
alias,
|
||||
)
|
||||
}
|
||||
return ips, nil
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue