clang-format: use “squiggly” heredocs.
This commit is contained in:
parent
138f19e2ce
commit
18f37d838b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class ClangFormat < Formula
|
|||
|
||||
test do
|
||||
# NB: below C code is messily formatted on purpose.
|
||||
(testpath/"test.c").write <<-EOS
|
||||
(testpath/"test.c").write <<~EOS
|
||||
int main(char *args) { \n \t printf("hello"); }
|
||||
EOS
|
||||
|
||||
|
|
Loading…
Reference in a new issue