Skip to content

Commit 7eb26ca

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/list/TestDataFormatterGenericList.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ def cleanup():
6060
self.runCmd("type format add -f hex int")
6161

6262
self.expect(
63-
"frame variable numbers_list --raw",
64-
matching=False,
65-
substrs=["size=0"]
63+
"frame variable numbers_list --raw", matching=False, substrs=["size=0"]
6664
)
6765

6866
if stdlib_type == USE_LIBSTDCPP:

0 commit comments

Comments
 (0)