Skip to content

Commit 6180b95

Browse files
committed
python formatting
1 parent 8191832 commit 6180b95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/test/API/commands/command/language/TestFrameLanguageCommands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from lldbsuite.test.decorators import *
44
import lldbsuite.test.lldbutil as lldbutil
55

6+
67
class TestCase(TestBase):
78
def test(self):
89
self.build()
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import lldb
22

3+
34
@lldb.command("tagged-pointer-collision")
45
def noop(dbg, cmdstr, ctx, result, _):
56
print("ran tagged-pointer-collision", file=result)

0 commit comments

Comments
 (0)