From 3cf49917a050debaede12d80e9edeebd6aad5454 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 8 Aug 2014 07:46:12 -0400 Subject: Remove extraneous parens. * scripts/guix-web: Remove them. --- scripts/guix-web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/guix-web b/scripts/guix-web index 9d984bb..cef1464 100755 --- a/scripts/guix-web +++ b/scripts/guix-web @@ -18,7 +18,7 @@ ;;; License along with this program. If not, see ;;; . -(use-modules ((system repl server)) +(use-modules (system repl server) (guix-web controller) (guix-web server)) -- cgit v1.2.3