From 86a6db8d277f1cc8240d35f83bb6d2ead3b51e02 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 26 Feb 2015 14:40:02 +0100 Subject: fix formatting of overloads on kotlin website --- src/Formats/StructuredFormatService.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Formats/StructuredFormatService.kt b/src/Formats/StructuredFormatService.kt index 8d817b19..794b0990 100644 --- a/src/Formats/StructuredFormatService.kt +++ b/src/Formats/StructuredFormatService.kt @@ -214,7 +214,9 @@ public abstract class StructuredFormatService(locationService: LocationService, formatText(location, signatureAsCode) } signatureTexts.subList(0, signatureTexts.size()-1).forEach { - appendLine(to, it) + appendAsSignature(to) { + appendLine(to, it) + } } appendAsSignature(to) { to.append(signatureTexts.last()) -- cgit