Apply buildifier

This commit is contained in:
Adam Liddell 2023-12-14 17:12:27 +00:00
parent 32e9feb4e2
commit 72e5f39e8d
8 changed files with 10 additions and 10 deletions

View File

@ -51,7 +51,7 @@ def c_proto_library(name, **kwargs): # buildifier: disable=function-docstring
"nocopts",
"strip_include_prefix",
]
},
}
)
PROTO_DEPS = [

View File

@ -51,7 +51,7 @@ def cpp_grpc_library(name, **kwargs): # buildifier: disable=function-docstring
"nocopts",
"strip_include_prefix",
]
},
}
)
GRPC_DEPS = [

View File

@ -51,7 +51,7 @@ def cpp_proto_library(name, **kwargs): # buildifier: disable=function-docstring
"nocopts",
"strip_include_prefix",
]
},
}
)
PROTO_DEPS = [

View File

@ -50,7 +50,7 @@ def objc_grpc_library(name, **kwargs): # buildifier: disable=function-docstring
"nocopts",
"strip_include_prefix",
]
},
}
)
GRPC_DEPS = [

View File

@ -51,7 +51,7 @@ def objc_proto_library(name, **kwargs): # buildifier: disable=function-docstrin
"nocopts",
"strip_include_prefix",
]
},
}
)
PROTO_DEPS = [

View File

@ -46,7 +46,7 @@ def {{ .Rule.Name }}(name, **kwargs): # buildifier: disable=function-docstring
"nocopts",
"strip_include_prefix",
]
},
}
)
PROTO_DEPS = [

View File

@ -48,7 +48,7 @@ var cppProtoLibraryRuleTemplate = mustTemplate(cppLibraryRuleTemplateString + `
"nocopts",
"strip_include_prefix",
]
},
}
)
PROTO_DEPS = [
@ -77,7 +77,7 @@ var cppGrpcLibraryRuleTemplate = mustTemplate(cppLibraryRuleTemplateString + `
"nocopts",
"strip_include_prefix",
]
},
}
)
GRPC_DEPS = [

View File

@ -48,7 +48,7 @@ var objcProtoLibraryRuleTemplate = mustTemplate(objcLibraryRuleTemplateString +
"nocopts",
"strip_include_prefix",
]
},
}
)
PROTO_DEPS = [
@ -76,7 +76,7 @@ var objcGrpcLibraryRuleTemplate = mustTemplate(objcLibraryRuleTemplateString + `
"nocopts",
"strip_include_prefix",
]
},
}
)
GRPC_DEPS = [