prefer double quotes and consistent usage in .proto files.

This commit is contained in:
Derek Perez
2020-09-03 12:16:27 -07:00
committed by GitHub
parent 6ee74bf600
commit 2c98f3a89a

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";