Skip to content

Commit

Permalink
[chore] #51 ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Aug 30, 2024
1 parent f4181dc commit 9f3d4e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ class MainFragment : BindingFragment<FragmentMainBinding>({ FragmentMainBinding.
else -> MainType.WAITING
}?.let { mainType ->
days?.let { days ->
setHomeType(mainType = mainType, number = days) }
setHomeType(mainType = mainType, number = days)
}
}
}
}
Expand Down

0 comments on commit 9f3d4e5

Please sign in to comment.