Whitespace removal

This commit is contained in:
Mihael Cholakov 2018-08-25 22:11:20 +03:00
parent def9e10f1a
commit 305d09e8ac

View File

@ -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
}