Skip to content

Commit 0743f7b

Browse files
committed
format
1 parent bbecf2f commit 0743f7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/TestDataFormatterLibcxxDeque.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
class LibcxxDequeDataFormatterTestCase(TestBase):
12-
def check_numbers(self, var_name, show_ptr = False):
12+
def check_numbers(self, var_name, show_ptr=False):
1313
if show_ptr:
1414
self.expect(
1515
"frame variable " + var_name,

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class LibcxxVectorDataFormatterTestCase(TestBase):
13-
def check_numbers(self, var_name, show_ptr = False):
13+
def check_numbers(self, var_name, show_ptr=False):
1414
if show_ptr:
1515
self.expect(
1616
"frame variable " + var_name,

0 commit comments

Comments
 (0)