summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-07-05 16:26:15 +0530
committerArun Isaac2021-07-05 16:26:15 +0530
commit8bbf335358bc6bd63a354b48e67da5f112dc0f7c (patch)
treecec404b49cab57ec05b0f406e92defd1cb18a8b3
parentb273bf2b0af96ae66a86c52e788576e42e73c116 (diff)
downloadccwl-8bbf335358bc6bd63a354b48e67da5f112dc0f7c.tar.gz
ccwl-8bbf335358bc6bd63a354b48e67da5f112dc0f7c.tar.lz
ccwl-8bbf335358bc6bd63a354b48e67da5f112dc0f7c.zip
ccwl: Remove extra blank lines.
* ccwl/ccwl.scm: Remove extra blank lines.
-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)