From 51014e6e77f409f94c26956eca027fc5c5775494 Mon Sep 17 00:00:00 2001 From: Frank Waalkens Date: Wed, 11 Oct 2023 10:06:44 +0200 Subject: [PATCH] Prettier formatting. --- src/app/Marine2/types/data/status.ts | 2 +- src/app/Marine2/utils/formatters/tanks/format-capacity-for.ts | 2 +- src/app/Marine2/utils/helpers/tanks/is-reversed-level-for.ts | 2 +- src/app/Marine2/utils/helpers/tanks/tank-unit-for.ts | 2 +- src/app/Marine2/utils/hooks/use-power-hysteresis-for.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/Marine2/types/data/status.ts b/src/app/Marine2/types/data/status.ts index a7741f0b0..81ac493e8 100644 --- a/src/app/Marine2/types/data/status.ts +++ b/src/app/Marine2/types/data/status.ts @@ -1 +1 @@ -export type TStatus = "active" | "inactive" | "unplugged" \ No newline at end of file +export type TStatus = "active" | "inactive" | "unplugged" diff --git a/src/app/Marine2/utils/formatters/tanks/format-capacity-for.ts b/src/app/Marine2/utils/formatters/tanks/format-capacity-for.ts index b356a277e..e947696e9 100644 --- a/src/app/Marine2/utils/formatters/tanks/format-capacity-for.ts +++ b/src/app/Marine2/utils/formatters/tanks/format-capacity-for.ts @@ -14,4 +14,4 @@ export const formatCapacityFor = (capacity: number, unit: number) => { default: return Math.round(capacity) } -} \ No newline at end of file +} diff --git a/src/app/Marine2/utils/helpers/tanks/is-reversed-level-for.ts b/src/app/Marine2/utils/helpers/tanks/is-reversed-level-for.ts index c213393e7..7b0653b57 100644 --- a/src/app/Marine2/utils/helpers/tanks/is-reversed-level-for.ts +++ b/src/app/Marine2/utils/helpers/tanks/is-reversed-level-for.ts @@ -1 +1 @@ -export const isReversedLevelFor = (fluid: number) => fluid === 2 || fluid === 5 \ No newline at end of file +export const isReversedLevelFor = (fluid: number) => fluid === 2 || fluid === 5 diff --git a/src/app/Marine2/utils/helpers/tanks/tank-unit-for.ts b/src/app/Marine2/utils/helpers/tanks/tank-unit-for.ts index 0675ab231..8bb3a40f3 100644 --- a/src/app/Marine2/utils/helpers/tanks/tank-unit-for.ts +++ b/src/app/Marine2/utils/helpers/tanks/tank-unit-for.ts @@ -11,4 +11,4 @@ export const tankUnitFor = (value: number) => { default: return "m³" } -} \ No newline at end of file +} diff --git a/src/app/Marine2/utils/hooks/use-power-hysteresis-for.tsx b/src/app/Marine2/utils/hooks/use-power-hysteresis-for.tsx index 33ab9b11c..8d3b619b4 100644 --- a/src/app/Marine2/utils/hooks/use-power-hysteresis-for.tsx +++ b/src/app/Marine2/utils/hooks/use-power-hysteresis-for.tsx @@ -11,4 +11,4 @@ export const usePowerHysteresisFor = (values: ValueWithUnit[][]): TForcePowerUni }, [values, value]) return value -} \ No newline at end of file +}