From ba06afca842439fcdd2eee08e8e7e6002ba92622 Mon Sep 17 00:00:00 2001 From: Nadohs Date: Sun, 18 Dec 2016 16:00:27 -0800 Subject: [PATCH] remove extra space at end of file --- JSONCodable/JSONHelpers.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/JSONCodable/JSONHelpers.swift b/JSONCodable/JSONHelpers.swift index 8b4b0ff..f92b41a 100644 --- a/JSONCodable/JSONHelpers.swift +++ b/JSONCodable/JSONHelpers.swift @@ -70,4 +70,3 @@ protocol JSONOptional { extension Optional: JSONOptional { var wrapped: Any? { return self } } -