diff options
Diffstat (limited to 'core/testdata/format/website-html/newLinesInSamples.html')
-rw-r--r-- | core/testdata/format/website-html/newLinesInSamples.html | 2 |
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<String>) { //sampleStart val words = listOf("a", "abc", "ab", "def", "abcd") val byLength = words.groupBy { it.length } |