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/linkWithStarProjection.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/testdata/format/linkWithStarProjection.html') diff --git a/core/testdata/format/linkWithStarProjection.html b/core/testdata/format/linkWithStarProjection.html index a9d6b125..ce9b82c6 100644 --- a/core/testdata/format/linkWithStarProjection.html +++ b/core/testdata/format/linkWithStarProjection.html @@ -13,7 +13,8 @@ -foo +

foo

+ fun foo(c: Enum<*>): Unit -- cgit