Skip to content

Commit

Permalink
♻️ :: [#425] 공백 스페이스 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Mar 6, 2024
1 parent 2a7a7b2 commit 459a206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Projects/App/Sources/Application/AppComponent+App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import NetworkModule
import AppDomain
import AppDomainInterface

//MARK: 변수명 주의
// AppComponent 내 변수 == Dependency 내 변수 이름 같아야함
// MARK: 변수명 주의
// AppComponent 내 변수 == Dependency 내 변수 이름 같아야함

public extension AppComponent {
var remoteAppDataSource: any RemoteAppDataSource {
Expand All @@ -26,7 +26,7 @@ public extension AppComponent {
AppRepositoryImpl(remoteAppDataSource: remoteAppDataSource)
}
}
var fetchAppCheckUseCase: any FetchAppCheckUseCase{
var fetchAppCheckUseCase: any FetchAppCheckUseCase {
shared {
FetchAppCheckUseCaseImpl(appRepository: appRepository)
}
Expand Down

0 comments on commit 459a206

Please sign in to comment.