Merge pull request #94485 from perezd/patch-1
prefer double quotes and consistent usage in .proto files.
This commit is contained in:
commit
a9f1d72e1d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user