aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/website-html/newLinesInSamples.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/website-html/newLinesInSamples.html')
-rw-r--r--core/testdata/format/website-html/newLinesInSamples.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/testdata/format/website-html/newLinesInSamples.html b/core/testdata/format/website-html/newLinesInSamples.html
index 0babe122..ab70140d 100644
--- a/core/testdata/format/website-html/newLinesInSamples.html
+++ b/core/testdata/format/website-html/newLinesInSamples.html
@@ -4,7 +4,7 @@
<div class="signature"><code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></div>
<div class="sample"><pre><code class="lang-kotlin">
-fun main(args: Array<String>) {
+fun main(args: Array&lt;String&gt;) {
//sampleStart
val words = listOf("a", "abc", "ab", "def", "abcd")
val byLength = words.groupBy { it.length }