Skip to content

Commit cc4e502

Browse files
style/#139: Apply SwiftLint autocorrect
1 parent 227389d commit cc4e502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Poppool/PresentationLayer/Presentation/Presentation/Scene/Admin/AdminViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ final class AdminViewController: BaseViewController, View {
176176
adminUseCase.fetchStoreDetail(id: store.id)
177177
.observe(on: MainScheduler.instance)
178178
.subscribe(
179-
onNext: { [weak self] storeDetail in
179+
onNext: { [weak self] _ in
180180
guard let self = self else { return }
181181
let registerVC = PopUpStoreRegisterViewController(
182182
nickname: self.nickname,

0 commit comments

Comments
 (0)