mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-22 17:57:31 +00:00
chore: apply format and lint
This commit is contained in:
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 {
|
||||
|
Reference in New Issue
Block a user