Remove stray trailing "," from DAP breakpoint.py
authorTom Tromey <tromey@adacore.com>
Wed, 20 Sep 2023 23:08:28 +0000 (17:08 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 20 Sep 2023 23:09:13 +0000 (17:09 -0600)
commit2bcbfaeadcd083b6feb55101647f161a7db2588b
treef6e29039d2650629125bf80fdf56f456932d12cf
parentef0f16ccf8c3f09a3e986329c1428789ef17f17f
Remove stray trailing "," from DAP breakpoint.py

The buildbot pointed out that the last DAP series I checked in had an
issue.  Looking into it, it seems there is a stray trailing "," in
breakpoint.py.  This patch removes it.

This seems to point out a test suite deficiency.  I will look into
fixing that.
gdb/python/lib/gdb/dap/breakpoint.py