We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257f0b7 commit ce76ec6Copy full SHA for ce76ec6
Sources/_OpenAPIGeneratorCore/Translator/TypeAssignment/Builtins.swift
@@ -42,9 +42,7 @@ extension TypeName {
42
/// HTTPTypes module.
43
/// - Parameter name: The name of the type.
44
/// - Returns: A TypeName representing the type with the given name in the HTTPTypes module.
45
- static func httpTypes(_ name: String) -> TypeName {
46
- TypeName(swiftKeyPath: [Constants.Import.httpTypes, name])
47
- }
+ static func httpTypes(_ name: String) -> TypeName { TypeName(swiftKeyPath: [Constants.Import.httpTypes, name]) }
48
49
/// Returns the type name for the Date type.
50
static var date: Self { .foundation("Date") }
0 commit comments