Skip to content

Commit

Permalink
Merge branch 'e2e' of ssh://github.com/ctiller/grpc into e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 26, 2025
2 parents a71b5e6 + e44dcb8 commit 75662c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/distrib/check_redundant_namespace_qualifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def find_closing_mustache(contents, initial_depth):
# Skip over raw strings.
if contents.startswith('R"'):
contents = contents[2:]
offset = contents.find('(')
offset = contents.find("(")
assert offset != -1
prefix = contents[:offset]
contents = contents[offset:]
Expand Down

0 comments on commit 75662c1

Please sign in to comment.