From dfd146dadb4f0bb5b6eebfc8eda678fecbf3331d Mon Sep 17 00:00:00 2001 From: Mihael Cholakov Date: Sat, 25 Aug 2018 23:37:24 +0300 Subject: [PATCH] Removed whitespace --- 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 aa665b4..0aae5d9 100644 --- a/Sources/Splash/Output/AttributedStringOutputFormat.swift +++ b/Sources/Splash/Output/AttributedStringOutputFormat.swift @@ -66,7 +66,7 @@ public extension AttributedStringOutputFormat { guard let font = NSFont.loaded(from: path, size: size) else { return .defaultFont(ofSize: size) } - + return font } }