summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-11-24 03:27:06 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-11-24 03:27:06 +0100
commit1e66d13121efecb948a1684889cbb399e4c1ff3e (patch)
tree75b072d9ec27bda5d745273c573440cb749b3d26 /test/unit
parent1b140ba2183f6eabe086547834d243f71fe03134 (diff)
downloadcoderay-1e66d13121efecb948a1684889cbb399e4c1ff3e.tar.gz
fix heredoc indentation
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/comment_filter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/comment_filter.rb b/test/unit/comment_filter.rb
index e255d07..c8147e9 100644
--- a/test/unit/comment_filter.rb
+++ b/test/unit/comment_filter.rb
@@ -47,7 +47,7 @@ class Myclass():
def myfunction():
-PYTHON_FILTERED
+ PYTHON_FILTERED
end
end \ No newline at end of file