From 722c9afcdf43e27ae82b30f8b21a6d0f967a7ee2 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 26 Feb 2015 16:28:05 +0100 Subject: use non-breaking spaces when generating signatures --- test/data/format/overloads.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/data/format/overloads.html') diff --git a/test/data/format/overloads.html b/test/data/format/overloads.html index 9189483d..27863bac 100644 --- a/test/data/format/overloads.html +++ b/test/data/format/overloads.html @@ -16,8 +16,8 @@ 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

Performs an action on x.

-- cgit