From f378db9c34bd08bec90b2225186f7f1c57144d68 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 19 Jul 2021 15:48:49 +0530 Subject: tests: Fix indentation. * tests/ccwl.scm ("stdin input should not have inputBinding"): Fix indentation. --- tests/ccwl.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/ccwl.scm') diff --git a/tests/ccwl.scm b/tests/ccwl.scm index 1bef07d..dfdc7c0 100644 --- a/tests/ccwl.scm +++ b/tests/ccwl.scm @@ -23,15 +23,15 @@ (test-assert "stdin input should not have inputBinding" (not (assoc-ref - (assoc-ref - (assoc-ref - ((module-ref (resolve-module '(ccwl ccwl)) - 'command->cwl) - (command #:inputs (file #:type 'File) - #:run "wc" "-c" - #:stdin file)) - 'inputs) - 'file) - 'inputBinding))) + (assoc-ref + (assoc-ref + ((module-ref (resolve-module '(ccwl ccwl)) + 'command->cwl) + (command #:inputs (file #:type 'File) + #:run "wc" "-c" + #:stdin file)) + 'inputs) + 'file) + 'inputBinding))) (test-end "ccwl") -- cgit v1.2.3