From 5175d274ca9099fee515878d5605b51775b31a7f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 16:40:22 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- test/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') diff --git a/test/meson.build b/test/meson.build index f04293a..cbadd8f 100644 --- a/test/meson.build +++ b/test/meson.build @@ -17,9 +17,7 @@ if get_option('warning_level') == 'everything' # Check licensing metadata reuse = find_program('reuse', required: false) if reuse.found() - test('REUSE', reuse, - args: ['--root', sord_src_root, 'lint'], - suite: 'data') + test('REUSE', reuse, args: ['--root', sord_src_root, 'lint'], suite: 'data') endif endif -- cgit v1.2.1