From c6dca3459bed9bf383b4868966e6dd3707f39487 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 17 Nov 2021 10:37:07 +0000 Subject: [PATCH] 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 --- gobject/tests/mkenums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject/tests/mkenums.py b/gobject/tests/mkenums.py index a3273c525..0d0c0d0f4 100644 --- a/gobject/tests/mkenums.py +++ b/gobject/tests/mkenums.py @@ -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,