From c4bd62f8262a1872dcf5807a132b40dd0cb34a32 Mon Sep 17 00:00:00 2001 From: BalestraPatrick Date: Tue, 24 Dec 2019 17:34:43 +0000 Subject: [PATCH] Fix indentation in docs --- Sources/Models/Platform.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/Models/Platform.swift b/Sources/Models/Platform.swift index 261ef742..4760584a 100644 --- a/Sources/Models/Platform.swift +++ b/Sources/Models/Platform.swift @@ -6,7 +6,8 @@ // import Foundation - /// Strings that represent Apple operating systems. + +/// Strings that represent Apple operating systems. public enum Platform: String, Codable { case ios = "IOS" case macOs = "MAC_OS"