Skip to content

Commit

Permalink
Merge pull request #2534 from ctiller/create-pull-request/patch-581e7bc
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/e2e
  • Loading branch information
ctiller authored Jan 26, 2025
2 parents 581e7bc + 8b5ad4f commit e44dcb8
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 e44dcb8

Please sign in to comment.