Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed Aug 30, 2024
1 parent b8b3ae6 commit e691553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
@@ -1136,7 +1136,7 @@ def test_comments_on_service_and_options():
elements=[
ast.Option(
name="(google.api.http)",
value="""{\n // some comment about the option\n get: "/v1/search/{query}"\n }"""
value="""{\n // some comment about the option\n get: "/v1/search/{query}"\n }""",
),
],
),

0 comments on commit e691553

Please sign in to comment.