From ca04ebccd295ad8c6096f7bd5044563bd81cae11 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 17 Feb 2022 10:45:44 +0100 Subject: [PATCH] formatting warning --- interface/src/project/types.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/interface/src/project/types.ts b/interface/src/project/types.ts index b5f3a9497..2da66b4a3 100644 --- a/interface/src/project/types.ts +++ b/interface/src/project/types.ts @@ -201,8 +201,8 @@ export const DeviceValueUOM_s = [ '°F', 'mV', 'sqm', - "m3", - "l" + 'm3', + 'l' ]; export enum AnalogType { @@ -231,7 +231,6 @@ export const AnalogTypeNames = [ 'PWM 2' ]; - type BoardProfiles = { [name: string]: string; };