meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ie0fb147f556c18eb226736dd9b688afba5636a9b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/power-supply/test/meson.build b/power-supply/test/meson.build
index 39aec2a..74018d4 100644
--- a/power-supply/test/meson.build
+++ b/power-supply/test/meson.build
@@ -13,9 +13,7 @@
         include_directories: '../..',
         link_args: dynamic_linker,
         build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
-        link_with: [
-            libpower,
-        ],
+        link_with: [libpower],
         objects: record_manager,
-    )
+    ),
 )