Skip to content

Commit 6a0a5e3

Browse files
committed
fixup! python format
1 parent ab25e46 commit 6a0a5e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/chrono/TestDataFormatterStdChrono.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Test lldb data formatter subsystem.
33
"""
44

5-
65
import lldb
76
from lldbsuite.test.decorators import *
87
from lldbsuite.test.lldbtest import *
@@ -434,5 +433,5 @@ def do_test(self):
434433
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
435434
@add_test_categories(["libc++"])
436435
def test_libcxx(self):
437-
self.build(dictionary={"USE_LIBCPP" : 1})
436+
self.build(dictionary={"USE_LIBCPP": 1})
438437
self.do_test()

0 commit comments

Comments
 (0)