Skip to content

Commit

Permalink
chore: fix spacing in synth.py (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 committed Mar 24, 2020
1 parent 0a9d13d commit 2e4b3de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions synth.py
Expand Up @@ -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='')

Expand Down Expand Up @@ -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='')

Expand Down

0 comments on commit 2e4b3de

Please sign in to comment.