From 0818756efa1b6e24e6413525d7832d795c937313 Mon Sep 17 00:00:00 2001 From: baegteun Date: Sun, 8 Dec 2024 14:21:25 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20::=20=EC=BD=94=EB=93=9C=20Format?= =?UTF-8?q?ting=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../OpenSourceLicense/OpenSourceLicenseViewController.swift | 2 +- .../Sources/ViewModels/OpenSourceLicenseViewModel.swift | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Projects/Features/MyInfoFeature/Sources/ViewControllers/OpenSourceLicense/OpenSourceLicenseViewController.swift b/Projects/Features/MyInfoFeature/Sources/ViewControllers/OpenSourceLicense/OpenSourceLicenseViewController.swift index 6550edf8c..2de38f25b 100644 --- a/Projects/Features/MyInfoFeature/Sources/ViewControllers/OpenSourceLicense/OpenSourceLicenseViewController.swift +++ b/Projects/Features/MyInfoFeature/Sources/ViewControllers/OpenSourceLicense/OpenSourceLicenseViewController.swift @@ -25,7 +25,7 @@ public class OpenSourceLicenseViewController: UIViewController, ViewControllerFr override public func viewDidLoad() { super.viewDidLoad() configureUI() - outputBind() + outputBind() inputBind() bindBtn() } diff --git a/Projects/Features/MyInfoFeature/Sources/ViewModels/OpenSourceLicenseViewModel.swift b/Projects/Features/MyInfoFeature/Sources/ViewModels/OpenSourceLicenseViewModel.swift index 787ecefa6..85589872a 100644 --- a/Projects/Features/MyInfoFeature/Sources/ViewModels/OpenSourceLicenseViewModel.swift +++ b/Projects/Features/MyInfoFeature/Sources/ViewModels/OpenSourceLicenseViewModel.swift @@ -9,7 +9,6 @@ import Foundation @preconcurrency import RxCocoa @preconcurrency import RxSwift -import LogManager import Utility public final class OpenSourceLicenseViewModel: Sendable { @@ -26,7 +25,7 @@ public final class OpenSourceLicenseViewModel: Sendable { } init() { - bind() + bind() } func bind() {