guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

242/401: gnu: go-github-com-jacobsa-oglemock: Fix indentation.


From: guix-commits
Subject: 242/401: gnu: go-github-com-jacobsa-oglemock: Fix indentation.
Date: Thu, 26 Dec 2024 19:31:04 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit ce50eb47f3008ed0de8e561fa44834466301f431
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 19 16:32:09 2024 +0000

    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 399216f03a..37164586cd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]