Skip to content

Commit

Permalink
[chore] #222 ktlint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan2dani committed Feb 14, 2024
1 parent fd27e3d commit 2fe4f13
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class HomeViewModel @Inject constructor(
private val _userRoleType = MutableStateFlow(gpDataSource.userRoleType)
val userRoleType get() = _userRoleType.asStateFlow()


// TODO: 무슨 회원인지 로컬 에서 관리
init {
// 비회원이 아닌 경우에만 호출 되도록
Expand Down

0 comments on commit 2fe4f13

Please sign in to comment.