chore(fmt): apply make fmt command

This commit is contained in:
Adrien Raffin-Caboisse
2022-02-14 15:54:51 +01:00
parent 9cedbbafd4
commit d8c4c3163b
8 changed files with 399 additions and 130 deletions

6
dns.go
View File

@@ -165,7 +165,11 @@ func getMapResponseDNSConfig(
dnsConfig.Domains,
fmt.Sprintf(
"%s.%s",
strings.ReplaceAll(machine.Namespace.Name, "@", "."), // Replace @ with . for valid domain for machine
strings.ReplaceAll(
machine.Namespace.Name,
"@",
".",
), // Replace @ with . for valid domain for machine
baseDomain,
),
)