Skip to content

Commit

Permalink
Fix: 줄바꿈 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonH0 committed Jul 18, 2024
1 parent 433cc55 commit b583cae
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ class RecipeDetailInteractorImpl: RecipeDetailInteractor {
private let disposeBag = DisposeBag()
weak var delegate: RecipeDetailInteractorDelegate?

init(fetchRecipeDetailUseCase: FetchRecipeDetailUseCase, recipeID: Int) {
init(
fetchRecipeDetailUseCase: FetchRecipeDetailUseCase,
recipeID: Int
) {
self.fetchRecipeDetailUseCase = fetchRecipeDetailUseCase
self.recipeID = recipeID
}
Expand Down

0 comments on commit b583cae

Please sign in to comment.