Skip to content

Commit 67a1112

Browse files
committed
Fix CS
1 parent faf069b commit 67a1112

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Tests/FunctionalTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,15 @@ public static function getMarkdownTests()
6767
6868
Great!
6969
{% endapply %}
70-
EOF
71-
, "<h1>Hello</h1>\n+<p>Great!</p>"],
70+
EOF, "<h1>Hello</h1>\n+<p>Great!</p>"],
7271
[<<<EOF
7372
{% apply markdown_to_html %}
7473
Hello
7574
=====
7675
7776
Great!
7877
{% endapply %}
79-
EOF
80-
, "<h1>Hello</h1>\n+<p>Great!</p>"],
78+
EOF, "<h1>Hello</h1>\n+<p>Great!</p>"],
8179
["{{ include('html')|markdown_to_html }}", "<h1>Hello</h1>\n+<p>Great!</p>"],
8280
];
8381
}

0 commit comments

Comments
 (0)