From f9172b3a632181ee9b7ab5d674e537f4a71874eb Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 2 Mar 2015 12:02:32 +0100 Subject: remove extra space after type parameter list in Kotlin signature --- test/data/format/htmlEscaping.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/format/htmlEscaping.html') diff --git a/test/data/format/htmlEscaping.html b/test/data/format/htmlEscaping.html index 29c4bf0e..52c69239 100644 --- a/test/data/format/htmlEscaping.html +++ b/test/data/format/htmlEscaping.html @@ -6,7 +6,7 @@ test / x

x

-fun <T> x(): T?
+fun <T> x(): T?

Special characters: < is "less than", > is "greater than", & is "ampersand"



-- cgit