Skip to content

Commit fe63917

Browse files
committed
fixup! python format
1 parent 7eb26ca commit fe63917

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lldb/examples/synthetic/libcxx.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,9 @@ def update(self):
764764
map_.GetChildMemberWithName("__end_cap_")
765765
)
766766
else:
767-
map_endcap = map_.GetChildMemberWithName("__end_cap_").GetValueAsUnsigned(0)
767+
map_endcap = map_.GetChildMemberWithName(
768+
"__end_cap_"
769+
).GetValueAsUnsigned(0)
768770

769771
# check consistency
770772
if not map_first <= map_begin <= map_end <= map_endcap:

0 commit comments

Comments
 (0)