From 9ffe884711b7aa5f44bfa718b51018d9d844ec50 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 26 Dec 2019 10:16:16 +0000 Subject: [PATCH] Remove a rogue 1 from the (guix-data-service model nar) module --- guix-data-service/model/nar.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-data-service/model/nar.scm b/guix-data-service/model/nar.scm index 9ef2d8f..652d3a8 100644 --- a/guix-data-service/model/nar.scm +++ b/guix-data-service/model/nar.scm @@ -1,4 +1,4 @@ -1(define-module (guix-data-service model nar) +(define-module (guix-data-service model nar) #:use-module (srfi srfi-1) #:use-module (ice-9 match) #:use-module (web uri)