Skip to content

Commit

Permalink
format created enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Sep 29, 2023
1 parent c3ab9f9 commit 1d7db10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/app/shared/types/enums/Zone.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export enum Zone {
FAIL='FAIL',
COMMIT='COMMIT',
TARGET='TARGET',
STRETCH='STRETCH',
FAIL = 'FAIL',
COMMIT = 'COMMIT',
TARGET = 'TARGET',
STRETCH = 'STRETCH',
}

0 comments on commit 1d7db10

Please sign in to comment.