Skip to content

Commit 647f9f4

Browse files
Commit via running ake Sources/git
1 parent 2f3b49d commit 647f9f4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Sources/git/Client.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public struct Client: APIProtocol {
4040
}
4141
/// Create a blob
4242
///
43+
///
44+
///
4345
/// - Remark: HTTP `POST /repos/{owner}/{repo}/git/blobs`.
4446
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/git/blobs/post(git/create-blob)`.
4547
public func git_sol_create_hyphen_blob(_ input: Operations.git_sol_create_hyphen_blob.Input) async throws -> Operations.git_sol_create_hyphen_blob.Output {

Sources/git/Types.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import struct Foundation.Date
1313
public protocol APIProtocol: Sendable {
1414
/// Create a blob
1515
///
16+
///
17+
///
1618
/// - Remark: HTTP `POST /repos/{owner}/{repo}/git/blobs`.
1719
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/git/blobs/post(git/create-blob)`.
1820
func git_sol_create_hyphen_blob(_ input: Operations.git_sol_create_hyphen_blob.Input) async throws -> Operations.git_sol_create_hyphen_blob.Output
@@ -246,6 +248,8 @@ public protocol APIProtocol: Sendable {
246248
extension APIProtocol {
247249
/// Create a blob
248250
///
251+
///
252+
///
249253
/// - Remark: HTTP `POST /repos/{owner}/{repo}/git/blobs`.
250254
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/git/blobs/post(git/create-blob)`.
251255
public func git_sol_create_hyphen_blob(
@@ -1563,6 +1567,8 @@ public enum Components {
15631567
public enum Operations {
15641568
/// Create a blob
15651569
///
1570+
///
1571+
///
15661572
/// - Remark: HTTP `POST /repos/{owner}/{repo}/git/blobs`.
15671573
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/git/blobs/post(git/create-blob)`.
15681574
public enum git_sol_create_hyphen_blob {

0 commit comments

Comments
 (0)