Skip to content

Commit 9e5aa16

Browse files
committed
go fmt
1 parent 2e06b0b commit 9e5aa16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/publisher/auth/dns.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ func (d *DNSProvider) exchangeDNSTokenForRegistry(ctx context.Context, domain, t
8888

8989
// Prepare the request body
9090
payload := map[string]string{
91-
"domain": domain,
92-
"timestamp": timestamp,
93-
"signed_timestamp": signedTimestamp,
91+
"domain": domain,
92+
"timestamp": timestamp,
93+
"signed_timestamp": signedTimestamp,
9494
}
9595

9696
jsonData, err := json.Marshal(payload)
@@ -130,4 +130,4 @@ func (d *DNSProvider) exchangeDNSTokenForRegistry(ctx context.Context, domain, t
130130
}
131131

132132
return tokenResp.RegistryToken, nil
133-
}
133+
}

0 commit comments

Comments
 (0)