tests: Reformat mkenums.py slightly to make run-black.sh happy

This should remove some warnings from the CI, making it easier to see
legitimate CI failures.

For example, see https://gitlab.gnome.org/GNOME/glib/-/jobs/1621041.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-11-17 10:37:07 +00:00
parent e7e2949f31
commit c6dca3459b

View File

@ -247,7 +247,7 @@ file-tail
value_num,
):
"""Assert that out (from runMkenumsWithHeader()) contains a single
enum and value matching the given arguments."""
enum and value matching the given arguments."""
subs = dict(
{
"enum_name_camel": enum_name_camel,