Skip to content

Commit f660e28

Browse files
committed
fixup! python format
1 parent b43ffd0 commit f660e28

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lldb/test/API/lang/cpp/structured-binding/TestStructuredBinding.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ def test(self):
9999
self.expect_expr("ty2", result_value="'z'")
100100
self.expect_expr("tz2", result_value="10")
101101

102-
self.expect("frame variable",
102+
self.expect(
103+
"frame variable",
103104
substrs=[
104105
"tx1 =",
105106
"ty1 =",
@@ -108,4 +109,6 @@ def test(self):
108109
"ty2 =",
109110
"tz2 =",
110111
"mp1 =",
111-
"mp2 ="])
112+
"mp2 =",
113+
],
114+
)

0 commit comments

Comments
 (0)