Skip to content

Commit

Permalink
style: 들여쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choyoungwoo9 committed Sep 9, 2024
1 parent f70befe commit f63f7c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/src/project/enum/MemberStatus.enum.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export enum MemberStatus {
ON = 'on',
OFF = 'off',
AWAY = 'away',
}
ON = 'on',
OFF = 'off',
AWAY = 'away',
}

0 comments on commit f63f7c6

Please sign in to comment.