Skip to content

Commit

Permalink
Prettier formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwaalkens committed Oct 11, 2023
1 parent 66af927 commit 51014e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/Marine2/types/data/status.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type TStatus = "active" | "inactive" | "unplugged"
export type TStatus = "active" | "inactive" | "unplugged"
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export const formatCapacityFor = (capacity: number, unit: number) => {
default:
return Math.round(capacity)
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const isReversedLevelFor = (fluid: number) => fluid === 2 || fluid === 5
export const isReversedLevelFor = (fluid: number) => fluid === 2 || fluid === 5
2 changes: 1 addition & 1 deletion src/app/Marine2/utils/helpers/tanks/tank-unit-for.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export const tankUnitFor = (value: number) => {
default:
return "m³"
}
}
}
2 changes: 1 addition & 1 deletion src/app/Marine2/utils/hooks/use-power-hysteresis-for.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export const usePowerHysteresisFor = (values: ValueWithUnit[][]): TForcePowerUni
}, [values, value])

return value
}
}

0 comments on commit 51014e6

Please sign in to comment.