From 183224503f96225f4891105be36ed8fafd6f991e Mon Sep 17 00:00:00 2001 From: John Sundell Date: Tue, 9 Oct 2018 23:22:50 +0200 Subject: [PATCH] Theme: Nitpicky code style fix --- Sources/Splash/Theming/Theme.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Splash/Theming/Theme.swift b/Sources/Splash/Theming/Theme.swift index 5ac5205..193aa5b 100644 --- a/Sources/Splash/Theming/Theme.swift +++ b/Sources/Splash/Theming/Theme.swift @@ -21,7 +21,7 @@ public struct Theme { /// What color to use for the text's highlighted tokens public var tokenColors: [TokenType : Color] - public init(font: Font, plainTextColor: Color, tokenColors: [TokenType : Color], backgroundColor:Color = Color(white: 0.12, alpha: 1)) { + public init(font: Font, plainTextColor: Color, tokenColors: [TokenType : Color], backgroundColor: Color = Color(white: 0.12, alpha: 1)) { self.font = font self.plainTextColor = plainTextColor self.tokenColors = tokenColors