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/overloadsWithDescription.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/data/format/overloadsWithDescription.html') diff --git a/test/data/format/overloadsWithDescription.html b/test/data/format/overloadsWithDescription.html index db63b262..a0a27b8c 100644 --- a/test/data/format/overloadsWithDescription.html +++ b/test/data/format/overloadsWithDescription.html @@ -6,8 +6,8 @@ test / f

f

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

Performs an action on x.

Description

This is a long description.

-- cgit