Skip to content

Commit

Permalink
Fix: 개행 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonH0 committed Jul 5, 2024
1 parent c91393f commit 9ba8620
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ class RecipeDetailInteractor: InputRecipeDetailInteractor, OutputRecipeDetailInt
return recipeDetailSubject.asObservable()
}

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

0 comments on commit 9ba8620

Please sign in to comment.