Skip to content

Commit f60be74

Browse files
committed
fixup! python format
1 parent a1d5261 commit f60be74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,7 @@ def check_error(diags):
218218
# Detail 1/3: note: requested expression language
219219
diag = details.GetItemAtIndex(0)
220220
self.assertEqual(str(diag.GetValueForKey("severity")), "note")
221-
self.assertIn(
222-
"Ran expression as 'C++", str(diag.GetValueForKey("message"))
223-
)
221+
self.assertIn("Ran expression as 'C++", str(diag.GetValueForKey("message")))
224222
self.assertIn(
225223
"Ran expression as 'C++", str(diag.GetValueForKey("rendered"))
226224
)

0 commit comments

Comments
 (0)