Skip to content

Commit ec74d9b

Browse files
Endikagithub-actions[bot]
authored andcommitted
style: reformat with prettier 3.9.1
1 parent a9bf285 commit ec74d9b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/domain/temperature/value-objects/TemperatureScore.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
export type TemperatureBand =
2-
| 'very_negative'
3-
| 'negative'
4-
| 'neutral'
5-
| 'positive'
6-
| 'very_positive';
2+
'very_negative' | 'negative' | 'neutral' | 'positive' | 'very_positive';
73

84
export class TemperatureScore {
95
private constructor(public readonly value: number) {}

0 commit comments

Comments
 (0)