Skip to content

Commit

Permalink
๐ŸŽจ :: ์ฝ”๋“œ Formatting ์ ์šฉ
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Dec 8, 2024
1 parent a378c97 commit 0818756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class OpenSourceLicenseViewController: UIViewController, ViewControllerFr
override public func viewDidLoad() {
super.viewDidLoad()
configureUI()
outputBind()
outputBind()
inputBind()
bindBtn()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import Foundation
@preconcurrency import RxCocoa
@preconcurrency import RxSwift
import LogManager
import Utility

public final class OpenSourceLicenseViewModel: Sendable {
Expand All @@ -26,7 +25,7 @@ public final class OpenSourceLicenseViewModel: Sendable {
}

init() {
bind()
bind()
}

func bind() {
Expand Down

0 comments on commit 0818756

Please sign in to comment.