Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Oct 1, 2024
1 parent 6218f4b commit eb8c75b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ import OpenAPIKit

/// A container for an OpenAPI parameter and its computed Swift type usage.
struct TypedParameter {

/// The OpenAPI parameter.
var parameter: OpenAPI.Parameter

/// The underlying schema.
var schema: UnresolvedSchema

/// The parameter serialization style.
var style: OpenAPI.Parameter.SchemaContext.Style

/// The parameter explode value.
var explode: Bool

/// The computed type usage.
var typeUsage: TypeUsage

/// The coding strategy appropriate for this parameter.
var codingStrategy: CodingStrategy

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ import OpenAPIKit
/// A container for an OpenAPI response header and its computed
/// Swift type usage.
struct TypedResponseHeader {

/// The OpenAPI response header.
var header: OpenAPI.Header

/// The name of the header.
var name: String

/// The underlying schema.
var schema: UnresolvedSchema

/// The Swift type representing the response header.
var typeUsage: TypeUsage

/// The coding strategy appropriate for this parameter.
var codingStrategy: CodingStrategy

Expand Down

0 comments on commit eb8c75b

Please sign in to comment.