From e9a40280ad49cc471143c0be6807b7cd4033b52c Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Fri, 21 Jun 2019 17:25:48 +0200 Subject: Fix format in KotlinWebsiteHtml, markdown format changed slightly --- core/testdata/format/linkWithLabel.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'core/testdata/format/linkWithLabel.html') diff --git a/core/testdata/format/linkWithLabel.html b/core/testdata/format/linkWithLabel.html index daed792c..52dfa4a3 100644 --- a/core/testdata/format/linkWithLabel.html +++ b/core/testdata/format/linkWithLabel.html @@ -14,11 +14,11 @@ -<init> +

<init>

+ -Bar()

Use this method for best results.

- +Bar() @@ -27,7 +27,8 @@ -foo +

foo

+ fun foo(): Unit -- cgit