diff options
Diffstat (limited to 'core/testdata/format/website-html/sample.html')
-rw-r--r-- | core/testdata/format/website-html/sample.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/testdata/format/website-html/sample.html b/core/testdata/format/website-html/sample.html index 55d321c0..d709edc4 100644 --- a/core/testdata/format/website-html/sample.html +++ b/core/testdata/format/website-html/sample.html @@ -6,7 +6,7 @@ applied to each element and returns a map where each group key is associated with a list of corresponding elements.</p> <div class="sample"><pre><code class="lang-kotlin"> -fun main(args: Array<String>) { +fun main(args: Array<String>) { //sampleStart if (true) { println(property) |