diff --git a/Sources/SGPKit/Model.swift b/Sources/SGPKit/Model.swift index 447648f..c5dc3e4 100644 --- a/Sources/SGPKit/Model.swift +++ b/Sources/SGPKit/Model.swift @@ -53,7 +53,7 @@ public struct TLE { /// - Parameters: /// - firstLine: the first line of the TLE set /// - secondLine: the second line of the TLE set - public convenience init(firstLine: String, secondLine: String) { + public init(firstLine: String, secondLine: String) { self.init(title: "", firstLine: firstLine, secondLine: secondLine) } }