Skip to content

Commit

Permalink
fixup! python format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael137 committed Jul 28, 2024
1 parent b9b6529 commit 28fd601
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ def cleanup():
self.runCmd("type format add -f hex int")

self.expect(
"frame variable numbers_list --raw",
matching=False,
substrs=["size=0"]
"frame variable numbers_list --raw", matching=False, substrs=["size=0"]
)

if stdlib_type == USE_LIBSTDCPP:
Expand Down

0 comments on commit 28fd601

Please sign in to comment.