about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ccwl/ccwl.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm
index 9c24a1b..2bd75b8 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -57,7 +57,6 @@
   "Build and return an <input> object."
   (make-input id type label default position prefix other))
 
-
 (define-immutable-record-type <output>
   (make-output id type binding source other)
   output?
@@ -170,7 +169,6 @@ association list."
             (list #,@other))))
      x)))
 
-
 (define (input=? input1 input2)
   (eq? (input-id input1)
        (input-id input2)))
@@ -230,7 +228,6 @@ association list."
                          (cons 'outputBinding (output-binding output)))))
     ,@(output-other output)))
 
-
 (define (command->cwl command)
   `((cwlVersion . ,%cwl-version)
     (class . CommandLineTool)