Skip to content

Commit

Permalink
fixup! python format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael137 committed Jul 29, 2024
1 parent 28fd601 commit 843673f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lldb/examples/synthetic/libcxx.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,9 @@ def update(self):
map_.GetChildMemberWithName("__end_cap_")
)
else:
map_endcap = map_.GetChildMemberWithName("__end_cap_").GetValueAsUnsigned(0)
map_endcap = map_.GetChildMemberWithName(
"__end_cap_"
).GetValueAsUnsigned(0)

# check consistency
if not map_first <= map_begin <= map_end <= map_endcap:
Expand Down

0 comments on commit 843673f

Please sign in to comment.