meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ie0fb147f556c18eb226736dd9b688afba5636a9b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/cold-redundancy/meson.build b/cold-redundancy/meson.build
index 3f2f8b8..06fecb0 100644
--- a/cold-redundancy/meson.build
+++ b/cold-redundancy/meson.build
@@ -12,9 +12,6 @@
         pthread,
         sdbusplus,
     ],
-    include_directories: [
-        '.',
-        '..',
-    ],
+    include_directories: ['.', '..'],
     install: false,
 )