meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I1d83c80cac8bec7cae73afc40b77f629351f404c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 4d4bc88..3045a0c 100644
--- a/meson.options
+++ b/meson.options
@@ -1,4 +1,9 @@
 option('tests', type: 'feature', description: 'Build tests')
 
 # Variables
-option('monitor-collection-interval', type: 'integer', value: 1, description: 'The health monitor collection interval in seconds.',)
+option(
+    'monitor-collection-interval',
+    type: 'integer',
+    value: 1,
+    description: 'The health monitor collection interval in seconds.',
+)