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/overloads.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/testdata/format/overloads.html') diff --git a/core/testdata/format/overloads.html b/core/testdata/format/overloads.html index 1545cb9f..8e0693bf 100644 --- a/core/testdata/format/overloads.html +++ b/core/testdata/format/overloads.html @@ -12,12 +12,12 @@ -f +

f

+ -fun f(x: Int): Unit
-fun f(x: String): Unit

Performs an action on x.

- +fun f(x: Int): Unit
+fun f(x: String): Unit -- cgit