From 2d0377acfc102dcb78367d1b8dd18f92ebb725d5 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Wed, 8 Jan 2020 09:30:55 -0500 Subject: [PATCH] small format. --- MVMCoreUI/Models/Primitive Models/Color.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MVMCoreUI/Models/Primitive Models/Color.swift b/MVMCoreUI/Models/Primitive Models/Color.swift index 55740fa0..31206a5e 100644 --- a/MVMCoreUI/Models/Primitive Models/Color.swift +++ b/MVMCoreUI/Models/Primitive Models/Color.swift @@ -10,8 +10,7 @@ import UIKit /* Use case: - For the Codable model define a variable such as - + For the Codable model define a variable such as: var color: UIColor In the decode initializer: