From 305d09e8acc98b1cf8aa2044b7b7b6d00760181a Mon Sep 17 00:00:00 2001 From: Mihael Cholakov Date: Sat, 25 Aug 2018 22:11:20 +0300 Subject: [PATCH] Whitespace removal --- Sources/Splash/Output/AttributedStringOutputFormat.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Splash/Output/AttributedStringOutputFormat.swift b/Sources/Splash/Output/AttributedStringOutputFormat.swift index c245024..c99344d 100644 --- a/Sources/Splash/Output/AttributedStringOutputFormat.swift +++ b/Sources/Splash/Output/AttributedStringOutputFormat.swift @@ -17,7 +17,7 @@ import UIKit /// colors to use for the various tokens. public struct AttributedStringOutputFormat: OutputFormat { public var theme: Theme - + public init(theme: Theme) { self.theme = theme }