Skip to content

Commit

Permalink
chore: remove stray } in feature fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed May 7, 2021
1 parent 7ec78f2 commit 0523dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapic/templates/examples/feature_fragments.j2
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ with open({{ attr.input_parameter }}, "rb") as f:
{% macro render_client_setup(module_name, client_name) %}
# Create a client
client = {{ module_name }}.{{ client_name }}()
{% endmacro %}}
{% endmacro %}

{% macro render_request_setup(full_request, module_name, request_type) %}
# Initialize request argument(s)
Expand Down

0 comments on commit 0523dfc

Please sign in to comment.