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.
.rawValue
1 parent 60153e3 commit e77d6e5Copy full SHA for e77d6e5
Sources/protoc-gen-swift/GeneratorOptions.swift
@@ -55,7 +55,7 @@ class GeneratorOptions {
55
var snippet: String {
56
switch self {
57
case let .accessLevel(visibility):
58
- return "\(visibility) import"
+ return "\(visibility.rawValue) import"
59
case .plain:
60
return "import"
61
case .implementationOnly:
0 commit comments