meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I5e218b58822e02ead2f37a069da4c0034c5005f5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index bf610a6..109c40e 100644
--- a/meson.options
+++ b/meson.options
@@ -1,13 +1,8 @@
-option(
- 'tests',
- type: 'feature',
- value: 'enabled',
- description: 'Build tests'
-)
+option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
option(
'unit-failure-monitor',
type: 'feature',
value: 'enabled',
- description: 'Build phosphor-unit-failure-monitor'
+ description: 'Build phosphor-unit-failure-monitor',
)