prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.
Change-Id: I961ec77b2617da3e097e64e0d8e8980bb7e5b426
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/presence/config_files/witherspoon/config.json b/presence/config_files/witherspoon/config.json
index 52262fe..7365a81 100644
--- a/presence/config_files/witherspoon/config.json
+++ b/presence/config_files/witherspoon/config.json
@@ -1,90 +1,78 @@
[
- {
- "name": "fan0",
- "path": "/system/chassis/motherboard/fan0",
- "methods": [
- {
- "type": "gpio",
- "key": 4,
- "physpath": "/sys/bus/i2c/devices/3-0060",
- "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
- },
- {
- "type": "tach",
- "sensors": [
- "fan0_0",
- "fan0_1"
- ]
- }
- ],
- "rpolicy": {
- "type": "anyof"
- }
- },
- {
- "name": "fan1",
- "path": "/system/chassis/motherboard/fan1",
- "methods": [
- {
- "type": "gpio",
- "key": 5,
- "physpath": "/sys/bus/i2c/devices/3-0060",
- "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
- },
- {
- "type": "tach",
- "sensors": [
- "fan1_0",
- "fan1_1"
- ]
- }
- ],
- "rpolicy": {
- "type": "anyof"
- }
- },
- {
- "name": "fan2",
- "path": "/system/chassis/motherboard/fan2",
- "methods": [
- {
- "type": "gpio",
- "key": 6,
- "physpath": "/sys/bus/i2c/devices/3-0060",
- "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
- },
- {
- "type": "tach",
- "sensors": [
- "fan2_0",
- "fan2_1"
- ]
- }
- ],
- "rpolicy": {
- "type": "anyof"
- }
- },
- {
- "name": "fan3",
- "path": "/system/chassis/motherboard/fan3",
- "methods": [
- {
- "type": "gpio",
- "key": 7,
- "physpath": "/sys/bus/i2c/devices/3-0060",
- "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
- },
- {
- "type": "tach",
- "sensors": [
- "fan3_0",
- "fan3_1"
- ]
- }
- ],
- "rpolicy": {
- "type": "anyof"
- }
- }
+ {
+ "name": "fan0",
+ "path": "/system/chassis/motherboard/fan0",
+ "methods": [
+ {
+ "type": "gpio",
+ "key": 4,
+ "physpath": "/sys/bus/i2c/devices/3-0060",
+ "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
+ },
+ {
+ "type": "tach",
+ "sensors": ["fan0_0", "fan0_1"]
+ }
+ ],
+ "rpolicy": {
+ "type": "anyof"
+ }
+ },
+ {
+ "name": "fan1",
+ "path": "/system/chassis/motherboard/fan1",
+ "methods": [
+ {
+ "type": "gpio",
+ "key": 5,
+ "physpath": "/sys/bus/i2c/devices/3-0060",
+ "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
+ },
+ {
+ "type": "tach",
+ "sensors": ["fan1_0", "fan1_1"]
+ }
+ ],
+ "rpolicy": {
+ "type": "anyof"
+ }
+ },
+ {
+ "name": "fan2",
+ "path": "/system/chassis/motherboard/fan2",
+ "methods": [
+ {
+ "type": "gpio",
+ "key": 6,
+ "physpath": "/sys/bus/i2c/devices/3-0060",
+ "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
+ },
+ {
+ "type": "tach",
+ "sensors": ["fan2_0", "fan2_1"]
+ }
+ ],
+ "rpolicy": {
+ "type": "anyof"
+ }
+ },
+ {
+ "name": "fan3",
+ "path": "/system/chassis/motherboard/fan3",
+ "methods": [
+ {
+ "type": "gpio",
+ "key": 7,
+ "physpath": "/sys/bus/i2c/devices/3-0060",
+ "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
+ },
+ {
+ "type": "tach",
+ "sensors": ["fan3_0", "fan3_1"]
+ }
+ ],
+ "rpolicy": {
+ "type": "anyof"
+ }
+ }
]