Fix weird spacing
This commit is contained in:
parent
31dfba8265
commit
04835fa437
|
@ -64,7 +64,7 @@ public struct Release: Codable {
|
|||
public let html_url: URL
|
||||
public let body: String
|
||||
|
||||
public init(name: String, html_url: URL, body: String) {
|
||||
public init(name: String, html_url: URL, body: String) {
|
||||
self.name = name
|
||||
self.html_url = html_url
|
||||
self.body = body
|
||||
|
|
Loading…
Reference in New Issue