meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: Ie0fb147f556c18eb226736dd9b688afba5636a9b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/meson.build b/test/meson.build
index 6fa8fee..35f851e 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -7,16 +7,11 @@
'nvtest.cpp',
'temporary_file_tests.cpp',
'temporary_subdirectory_tests.cpp',
- dependencies: [
- gmock,
- gtest,
- ],
+ dependencies: [gmock, gtest],
link_args: dynamic_linker,
build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
- link_with: [
- libpower
- ],
+ link_with: [libpower],
implicit_include_directories: false,
include_directories: '..',
- )
+ ),
)