gnu: go-golang-org-x-lint: Fix indentation.

* gnu/packages/golang-check.scm (go-golang-org-x-lint): Fix indentation.

Change-Id: I3ec261699ee31b5b8ab0dda90d5da6f9fe87a923
This commit is contained in:
Sharlatan Hellseher 2024-12-12 12:06:17 +00:00
parent ece4daf5fd
commit 6179e9dda0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1334,8 +1334,8 @@ real database connection.")
(home-page "https://golang.org/x/lint")
(synopsis "Linter for Go source code")
(description
"This is a linter for Go source code. Unlike gofmt, it doesn't
reformat the source code, it only prints out style mistakes.")
"This is a linter for Go source code. Unlike gofmt, it doesn't reformat
the source code, it only prints out style mistakes.")
(license license:bsd-3)))
;; XXX: Unmaintained since 2020, see