meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: Ia881ec1745179e1ced79cc1d6cddbb2743f390f2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/mcu/meson.build b/src/mcu/meson.build
index a817e77..e596e3e 100644
--- a/src/mcu/meson.build
+++ b/src/mcu/meson.build
@@ -3,12 +3,7 @@
executable(
'mcutempsensor',
'MCUTempSensor.cpp',
- dependencies: [
- default_deps,
- i2c,
- thresholds_dep,
- utils_dep,
- ],
+ dependencies: [default_deps, i2c, thresholds_dep, utils_dep],
include_directories: src_inc,
install: true,
-)
\ No newline at end of file
+)