Skip to content

Commit 46fe057

Browse files
committed
Formatting
1 parent a0ebe1e commit 46fe057

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/test/API/functionalities/statusline/TestStatusline.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ def test(self):
6767
self.expect('set set separator "| "')
6868

6969
# Hide the statusline and check or the control character.
70-
self.expect(
71-
"set set show-statusline false", ["\x1b[1;0r"]
72-
)
70+
self.expect("set set show-statusline false", ["\x1b[1;0r"])
7371

7472
def test_no_color(self):
7573
"""Basic test for the statusline with colors disabled."""

0 commit comments

Comments
 (0)