Skip to content

Commit 2ed8fc7

Browse files
GomHyeokgithub-actions[bot]
authored andcommitted
[Auto] Run swift-format
1 parent e59186a commit 2ed8fc7

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

Common/Auth/Sources/UserDataManager.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import Combine
1010
import DIInjector
1111
import Foundation
1212
import NetworkCore
13-
import Combine
1413

1514
public final class UserDataManager {
1615

Feature/Fortune/Sources/Cells/ThumbnailCollectionViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ extension ThumbnailCollectionViewCell {
408408

409409
stackView.addArrangedSubview(typeLabel)
410410
stackView.addArrangedSubview(infoLabel)
411-
411+
412412
infoLabel.snp.makeConstraints { make in
413413
make.height.equalTo(28)
414414
}

Feature/Fortune/Sources/FourtuneViewModel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Auth
99
import Combine
1010
import DIInjector
1111
import Foundation
12-
import Auth
1312

1413
public final class FortuneViewModel {
1514
enum Input {

Feature/Home/Sources/Home/HomeViewModel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Auth
99
import Combine
1010
import DIInjector
1111
import Foundation
12-
import Auth
1312

1413
protocol HomeCellModel {}
1514

Feature/Setting/Sources/MyPage/MyPageViewModel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import DIInjector
1212
import Foundation
1313
import Lib
1414
import UIKit
15-
import Auth
1615

1716
public final class MyPageViewModel {
1817

0 commit comments

Comments
 (0)