Skip to content

Commit 85a490b

Browse files
make linter happy
1 parent 2e6449f commit 85a490b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/docker-mcp/catalog/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func updateCatalog(ctx context.Context, name string, catalog Catalog) error {
5858
if name == DockerCatalogName && (url == "" || !isValidURL(url)) {
5959
url = DockerCatalogURL
6060
}
61-
61+
6262
if isValidURL(url) {
6363
catalogContent, err = DownloadFile(ctx, url)
6464
} else {

0 commit comments

Comments
 (0)