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

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
syntax = 'proto3';
syntax = "proto3";
package v1beta1;

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
syntax = 'proto3';
syntax = "proto3";
package v1beta2;