From fb55a0c318846f3c9f2e6076e8d53f7a115123ac Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 2 Oct 2024 00:04:31 +0100 Subject: command-line-tool: Remove redundant newline after warning. * ravanan/command-line-tool.scm (check-requirements): Remove redundant newline after warning. --- ravanan/command-line-tool.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ravanan/command-line-tool.scm b/ravanan/command-line-tool.scm index 1723d96..c10a32d 100644 --- a/ravanan/command-line-tool.scm +++ b/ravanan/command-line-tool.scm @@ -115,7 +115,7 @@ (let ((class (assoc-ref requirement "class"))) (unless (member class supported-requirements) (if hint? - (warning "Ignoring ~a hint; it is not supported~%" + (warning "Ignoring ~a hint; it is not supported" class) (user-error "Requirement ~a not supported" class))))) -- cgit v1.2.3