mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
consistently use double quotes in proto files
This commit is contained in:
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
syntax = 'proto3';
|
||||
syntax = "proto3";
|
||||
|
||||
package v1beta1;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
syntax = 'proto3';
|
||||
syntax = "proto3";
|
||||
|
||||
package v1beta2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user