Merge pull request #94485 from perezd/patch-1

prefer double quotes and consistent usage in .proto files.
This commit is contained in:
Kubernetes Prow Robot 2020-09-03 16:39:40 -07:00 committed by GitHub
commit a9f1d72e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ limitations under the License.
*/
// To regenerate api.pb.go run hack/update-generated-runtime.sh
syntax = 'proto3';
syntax = "proto3";
package runtime.v1alpha2;
option go_package = "v1alpha2";