From 8bbf335358bc6bd63a354b48e67da5f112dc0f7c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 5 Jul 2021 16:26:15 +0530 Subject: ccwl: Remove extra blank lines. * ccwl/ccwl.scm: Remove extra blank lines. --- ccwl/ccwl.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'ccwl') 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 object." (make-input id type label default position prefix other)) - (define-immutable-record-type (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) -- cgit v1.2.3