meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I19b98dd511766ef0a8c08913436ac5fba22bf3ef
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 9e0ef64..a72a26e 100644
--- a/meson.options
+++ b/meson.options
@@ -26,17 +26,13 @@
type: 'string',
value: 'multi-user.target',
)
-option(
- '7seg', type: 'feature', description: 'Enable building 7seg POST daemon.',
-)
-option(
- 'tests', type: 'feature', description: 'Build tests.',
-)
+option('7seg', type: 'feature', description: 'Enable building 7seg POST daemon.')
+option('tests', type: 'feature', description: 'Build tests.')
option(
'rate-limit',
description: 'Maximum number of POST codes to read from snoop device every'
+ 'second. Value of 0 disables rate limiting.',
type: 'integer',
min: 0,
- value: 1000
+ value: 1000,
)