diff options
author | Arun Isaac | 2021-07-05 16:26:15 +0530 |
---|---|---|
committer | Arun Isaac | 2021-07-05 16:26:15 +0530 |
commit | 8bbf335358bc6bd63a354b48e67da5f112dc0f7c (patch) | |
tree | cec404b49cab57ec05b0f406e92defd1cb18a8b3 | |
parent | b273bf2b0af96ae66a86c52e788576e42e73c116 (diff) | |
download | ccwl-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.scm | 3 |
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) |