From 9e60f02c00100e919d7f869aa7014e83a2a553b2 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 25 Oct 2022 16:39:27 +0200 Subject: [builder][server][proxy] make indentation of `substitute*` in hydrilla.scm consistent --- hydrilla-guix/hydrilla.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydrilla-guix/hydrilla.scm b/hydrilla-guix/hydrilla.scm index 70e052b..1e266af 100644 --- a/hydrilla-guix/hydrilla.scm +++ b/hydrilla-guix/hydrilla.scm @@ -90,7 +90,7 @@ network stream packet formats, etc.") (add-after 'unpack 'relax-requirements (lambda _ (substitute* "setup.py" - (("arpeggio[^']*") "arpeggio")))) + (("arpeggio[^']*") "arpeggio")))) (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? -- cgit v1.2.3