Skip to content

Commit d9b65fc

Browse files
committed
Use the default in _even more_ places
1 parent 510b7e4 commit d9b65fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_OpenAPIGeneratorCore/Config.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public struct Config: Sendable {
7979
access: AccessModifier,
8080
additionalImports: [String] = [],
8181
filter: DocumentFilter? = nil,
82-
namingStrategy: NamingStrategy = .defensive,
82+
namingStrategy: NamingStrategy = Config.defaultNamingStrategy,
8383
nameOverrides: [String: String] = [:],
8484
featureFlags: FeatureFlags = []
8585
) {

0 commit comments

Comments
 (0)