Skip to content

Commit 80ac0f5

Browse files
committed
Fix format
1 parent 4b9b791 commit 80ac0f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/commands/statistics/basic/TestStats.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def test_default_no_run(self):
209209
)
210210
self.assertGreater(module_stats["symbolsLoaded"], 0)
211211

212-
213212
def test_default_no_run_no_preload_symbols(self):
214213
"""Test "statistics dump" without running the target and without
215214
preloading symbols.
@@ -233,7 +232,6 @@ def test_default_no_run_no_preload_symbols(self):
233232
for module_stats in debug_stats["modules"]:
234233
self.assertEqual(module_stats["symbolsLoaded"], 0)
235234

236-
237235
def test_default_with_run(self):
238236
"""Test "statistics dump" when running the target to a breakpoint.
239237

0 commit comments

Comments
 (0)