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 256b3e9 commit 1749e56Copy full SHA for 1749e56
Plugins/GRPCProtobufGenerator/Plugin.swift
@@ -42,7 +42,7 @@ struct GRPCProtobufGenerator {
42
let protoDirectoryPath = inputFile.deletingLastPathComponent()
43
44
// unless *explicitly* opted-out
45
- if config.client != false || config.server != false {
+ if config.client || config.server {
46
let grpcCommand = try protocGenGRPCSwiftCommand(
47
inputFile: inputFile,
48
config: config,
0 commit comments