From 4e654723da09d41af2294e33d65d229d03f6c759 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 19 Dec 2024 16:32:09 +0000 Subject: [PATCH] gnu: go-github-com-jacobsa-oglemock: Fix indentation. * gnu/packages/golang-check.scm (go-github-com-jacobsa-oglemock): Fix indentation. Change-Id: I9ac2f9af4c3c266b0a4be4f67edd422123731945 --- gnu/packages/golang-check.scm | 52 +++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 852ec5d6c9..e4c868b1a4 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -743,32 +743,32 @@ Google Test for C++ and Google JS Test.") (license license:asl2.0))) (define-public go-github-com-jacobsa-oglemock - (package - (name "go-github-com-jacobsa-oglemock") - (version "0.0.0-20150831005832-e94d794d06ff") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jacobsa/oglemock") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "14yxf8ykwdwkcccksl6741xgzcf8qykyi58kp4maxpgscqhdl8rq")))) - (build-system go-build-system) - (arguments - (list - #:import-path "github.com/jacobsa/oglemock" - ;; break loop with with go-github-com-jacobsa-ogletest - #:tests? #f)) - (native-inputs - (list go-github-com-jacobsa-oglematchers)) - (home-page "https://github.com/jacobsa/oglemock") - (synopsis "Mocking framework for unit tests") - (description - "Package oglemock provides a mocking framework for unit tests.") - (license license:asl2.0))) + (package + (name "go-github-com-jacobsa-oglemock") + (version "0.0.0-20150831005832-e94d794d06ff") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jacobsa/oglemock") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14yxf8ykwdwkcccksl6741xgzcf8qykyi58kp4maxpgscqhdl8rq")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/jacobsa/oglemock" + ;; break loop with with go-github-com-jacobsa-ogletest + #:tests? #f)) + (native-inputs + (list go-github-com-jacobsa-oglematchers)) + (home-page "https://github.com/jacobsa/oglemock") + (synopsis "Mocking framework for unit tests") + (description + "Package oglemock provides a mocking framework for unit tests.") + (license license:asl2.0))) (define-public go-github-com-jacobsa-ogletest (package