Skip to content

Commit

Permalink
Soundness
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Sep 18, 2024
1 parent 257f0b7 commit ce76ec6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ extension TypeName {
/// HTTPTypes module.
/// - Parameter name: The name of the type.
/// - Returns: A TypeName representing the type with the given name in the HTTPTypes module.
static func httpTypes(_ name: String) -> TypeName {
TypeName(swiftKeyPath: [Constants.Import.httpTypes, name])
}
static func httpTypes(_ name: String) -> TypeName { TypeName(swiftKeyPath: [Constants.Import.httpTypes, name]) }

/// Returns the type name for the Date type.
static var date: Self { .foundation("Date") }
Expand Down

0 comments on commit ce76ec6

Please sign in to comment.