consistently use double quotes in proto files

This commit is contained in:
David Ashpole
2020-09-03 13:50:03 -07:00
parent f736be5721
commit 296f7c91bb
76 changed files with 76 additions and 76 deletions

View File

@@ -1,5 +1,5 @@
// To regenerate api.pb.go run hack/update-generated-pod-resources.sh
syntax = 'proto3';
syntax = "proto3";
package v1alpha1;