From 86b06caffeebe31963257936925a7c7a827db682 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 25 Jun 2023 17:50:15 +0200 Subject: [PATCH] Add trailing , in meson files (2) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 90bd247..69bf669 100644 --- a/meson.build +++ b/meson.build @@ -34,6 +34,6 @@ gnome.post_install( if (python_for_linting.found() and python_sources_for_linting.length() > 0) test('Lint python sources', python_for_linting, - args: ['-m', 'flake8', python_sources_for_linting] + args: ['-m', 'flake8', python_sources_for_linting], ) endif