From 0c57ddec8e04f2848b941eaa175de55b983fad5c Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 15 Feb 2018 08:11:47 -0800 Subject: [PATCH] =?UTF-8?q?newlisp:=20use=20=E2=80=9Csquiggly=E2=80=9D=20h?= =?UTF-8?q?eredocs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Formula/newlisp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/newlisp.rb b/Formula/newlisp.rb index 1fb462b4ea..f1ebbd012f 100644 --- a/Formula/newlisp.rb +++ b/Formula/newlisp.rb @@ -37,7 +37,7 @@ class Newlisp < Formula test do path = testpath/"test.lsp" - path.write <<-EOS + path.write <<~EOS (println "hello") (exit 0) EOS