From 2e4b3de1f166ee202400496db5dbc420a14101cb Mon Sep 17 00:00:00 2001 From: kolea2 <45548808+kolea2@users.noreply.github.com> Date: Tue, 24 Mar 2020 11:52:31 -0400 Subject: [PATCH] chore: fix spacing in synth.py (#229) --- synth.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/synth.py b/synth.py index c54ffe2f00..08b5d00eb6 100644 --- a/synth.py +++ b/synth.py @@ -43,8 +43,8 @@ def main(): def generate_data_api(gapic): library = gapic.java_library( - service='bigtable', - version='v2', + service='bigtable', + version='v2', config_path='/google/bigtable/artman_bigtable.yaml', artman_output_name='') @@ -84,8 +84,8 @@ def generate_data_api(gapic): def generate_admin_api(gapic): library = gapic.java_library( - service='bigtable-admin', - version='v2', + service='bigtable-admin', + version='v2', config_path='/google/bigtable/admin/artman_bigtableadmin.yaml', artman_output_name='')