Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdholtz committed Nov 13, 2024
1 parent 9d4f465 commit f16fa6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Networking/Responses/OfferingsResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
// OfferingsResponse.swift
//
// Created by Nacho Soto on 3/31/22.
// swiftlint:disable nesting identifier_name missing_docs

import Foundation

struct OfferingsResponse {

struct Offering {

// swiftlint:disable:next nesting
struct Package {

let identifier: String
Expand Down
3 changes: 2 additions & 1 deletion Sources/Networking/Responses/PaywallComponentsData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// PaywallComponentsData.swift
//
// Created by Josh Holtz on 11/11/24.
// swiftlint:disable identifier_name missing_docs

import Foundation

Expand Down Expand Up @@ -89,7 +90,7 @@ public struct PaywallComponentsData: Codable, Equatable, Sendable {
@DefaultDecodable.Zero
internal private(set) var _revision: Int = 0

public var errorInfo: [String: EquatableError]? = nil
public var errorInfo: [String: EquatableError]?

private enum CodingKeys: String, CodingKey {
case templateName
Expand Down

0 comments on commit f16fa6e

Please sign in to comment.