Fix weird spacing

This commit is contained in:
Max Goedjen 2020-03-21 19:28:49 -07:00
parent 31dfba8265
commit 04835fa437
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 1 additions and 1 deletions

View File

@ -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