Skip to content

Commit d358829

Browse files
committed
fixup! darker format
1 parent 35a9c6e commit d358829

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
class TestQueue(TestBase):
1111
@add_test_categories(["libc++"])
1212
@skipIf(compiler=no_match("clang"))
13-
@skipIf(compiler="clang", compiler_version=[">", "16.0"], bugnumber="https://github.com/llvm/llvm-project/issues/68968")
13+
@skipIf(
14+
compiler="clang",
15+
compiler_version=[">", "16.0"],
16+
bugnumber="https://github.com/llvm/llvm-project/issues/68968",
17+
)
1418
def test(self):
1519
self.build()
1620

0 commit comments

Comments
 (0)