meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I3050039218fed8c4b4df4113bdfe273a329fe028
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/tests/meson.build b/tests/meson.build
index 1fce748..a18688d 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -32,12 +32,8 @@
                 '../src/host_error_monitor.cpp',
                 cpp_args: '-DUNIT_TEST',
                 include_directories: incs,
-                dependencies: deps
-                + [
-                    gtest_dep,
-                    gmock_dep,
-                ],
+                dependencies: deps + [gtest_dep, gmock_dep],
             ),
         )
     endforeach
-endif
\ No newline at end of file
+endif