global: use “squiggly” heredocs.
This commit is contained in:
parent
b9ac1ab6e6
commit
35e4fae4b7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Global < Formula
|
|||
void cfunc (void) {int cvar = c2func(); }")
|
||||
EOS
|
||||
if build.with?("pygments") || build.with?("ctags")
|
||||
(testpath/"test.py").write <<-EOS
|
||||
(testpath/"test.py").write <<~EOS
|
||||
def py2func ():
|
||||
return 0
|
||||
def pyfunc ():
|
||||
|
|
Loading…
Reference in a new issue