mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-06 17:27:23 +02:00
Fix weird spacing
This commit is contained in:
@@ -64,7 +64,7 @@ public struct Release: Codable {
|
|||||||
public let html_url: URL
|
public let html_url: URL
|
||||||
public let body: String
|
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.name = name
|
||||||
self.html_url = html_url
|
self.html_url = html_url
|
||||||
self.body = body
|
self.body = body
|
||||||
|
|||||||
Reference in New Issue
Block a user