Silence a comment in Makefile (#2315)

It was not indended to be printed. Follow up to #2298
This commit is contained in:
Denis Bilenko 2025-02-10 10:16:31 +01:00 committed by GitHub
parent f8aaa7fce3
commit 06e342afc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ lint:
golangci-lint run --fix
tidy:
# not part of golangci-lint, apparently
@# not part of golangci-lint, apparently
go mod tidy
lintcheck: