meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I1d83c80cac8bec7cae73afc40b77f629351f404c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/meson.build b/test/meson.build
index 81c087c..6c22fcd 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -8,13 +8,13 @@
dependency('threads'),
gtest_proj.dependency('gtest'),
gtest_proj.dependency('gtest_main'),
- ]
+ ],
)
gmock_dep = gtest_proj.dependency('gmock')
else
assert(
not get_option('tests').enabled(),
- 'Googletest is required if tests are enabled'
+ 'Googletest is required if tests are enabled',
)
endif
endif
@@ -31,10 +31,10 @@
phosphor_logging_dep,
phosphor_dbus_interfaces_dep,
sdbusplus_dep,
- nlohmann_json_dep
+ nlohmann_json_dep,
],
include_directories: '../',
- )
+ ),
)
test(
@@ -51,10 +51,10 @@
phosphor_logging_dep,
phosphor_dbus_interfaces_dep,
sdbusplus_dep,
- nlohmann_json_dep
+ nlohmann_json_dep,
],
include_directories: '../',
- )
+ ),
)
test(
@@ -72,8 +72,8 @@
phosphor_logging_dep,
phosphor_dbus_interfaces_dep,
sdbusplus_dep,
- nlohmann_json_dep
+ nlohmann_json_dep,
],
include_directories: '../',
- )
+ ),
)