meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: Id7af795e402928290b31fb085bd12a715122545b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/meson.build b/test/meson.build
index 5454812..e14fd5c 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -3,16 +3,13 @@
test_inc = include_directories('.')
src_inc = include_directories('..')
-common_dep = [
- gtest,
- gmock,
-]
+common_dep = [gtest, gmock]
test_exprtk_tools = executable(
- 'test_exprtk_tools',
- 'test_exprtk_tools.cpp',
- include_directories: [test_inc, src_inc],
- dependencies: [common_dep, exprtk]
+ 'test_exprtk_tools',
+ 'test_exprtk_tools.cpp',
+ include_directories: [test_inc, src_inc],
+ dependencies: [common_dep, exprtk],
)
test('test_exprtk_tools', test_exprtk_tools)