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 }