Skip to content

Commit

Permalink
Improving the code
Browse files Browse the repository at this point in the history
  • Loading branch information
csanfilippo committed Jul 8, 2022
1 parent 24ecd47 commit ade36c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SGPKit/Model.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit ade36c5

Please sign in to comment.