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/deprecated.package.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'core/testdata/format/deprecated.package.html') diff --git a/core/testdata/format/deprecated.package.html b/core/testdata/format/deprecated.package.html index a02783b6..5b218f74 100644 --- a/core/testdata/format/deprecated.package.html +++ b/core/testdata/format/deprecated.package.html @@ -12,7 +12,8 @@ -C +

C

+ class C @@ -23,7 +24,8 @@ -p +

p

+ val p: Int @@ -34,7 +36,8 @@ -f +

f

+ fun f(): Unit -- cgit