Skip to content

Commit 2adab3b

Browse files
committed
go fmt ./...
1 parent d199c45 commit 2adab3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/cc_limited_url_checker.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const defaultMaxConcurrentRequests = 256
2525

2626
// CustomHTTPErrorCode is a custom error code to be able to recognize it externally
2727
// see also: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
28-
// https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
28+
//
29+
// https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
2930
const CustomHTTPErrorCode = 528
3031

3132
// CCLimitedURLChecker is a concurrency-limited wrapper around a URLCheckerClient

0 commit comments

Comments
 (0)