Skip to content

Commit 670d1f1

Browse files
committed
fmt
1 parent d3e6e9f commit 670d1f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func main() {
9292
}
9393

9494
func getIPAddressWithRetry(ctx context.Context, client *http.Client) (string, error) {
95-
operation := func() (string, error) {
95+
operation := func() (string, error) {
9696
return getIPAddress(ctx, client)
9797
}
9898
notify := func(err error, d time.Duration) {
@@ -133,7 +133,7 @@ func getIPAddress(ctx context.Context, client *http.Client) (string, error) {
133133
}
134134

135135
func setDyndnsIPAddressWithRetry(ctx context.Context, client *http.Client, r DynDNSRequest) error {
136-
operation := func() (string, error) {
136+
operation := func() (string, error) {
137137
return setDyndnsIPAddress(ctx, client, r)
138138
}
139139
notify := func(err error, d time.Duration) {

0 commit comments

Comments
 (0)