Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9fa26d2 authored by Paula's avatar Paula
Browse files

run prettier

parent 75bb1477
Loading
Loading
Loading
Loading
+132 −139
Original line number Diff line number Diff line
@@ -39,11 +39,7 @@
          "mode": {
            "type": "string",
            "description": "Alias to reboot in specific mode",
                        "enum": [
                            "fastboot",
                            "adb",
                            "bootloader"
                        ]
            "enum": ["fastboot", "adb", "bootloader"]
          },
          "command": {
            "anyOf": [
@@ -137,10 +133,7 @@
        },
        "additionalProperties": false
      },
            "required": [
                "name",
                "path"
            ],
      "required": ["name", "path"],
      "additionalProperties": false
    }
  },