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/classWithCompanionObject.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'core/testdata/format/classWithCompanionObject.html') diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html index 95fcbf6b..e477b53b 100644 --- a/core/testdata/format/classWithCompanionObject.html +++ b/core/testdata/format/classWithCompanionObject.html @@ -13,7 +13,8 @@ -<init> +

<init>

+ Klass() @@ -24,7 +25,8 @@ -x +

x

+ val x: Int @@ -35,7 +37,8 @@ -foo +

foo

+ fun foo(): Unit -- cgit