Skip to content

Commit

Permalink
Add trailing , in meson files (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jun 25, 2023
1 parent cd72bf7 commit 86b06ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 86b06ca

Please sign in to comment.