Skip to content

Commit

Permalink
refactor: 💡 swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2023
1 parent df46180 commit ee7b438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/GodPackage/Sources/OnboardFeature/Onboard.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import ComposableArchitecture
import SchoolSettingFeature
import Contacts
import ContactsClient
import FirebaseAuth
Expand All @@ -8,6 +7,7 @@ import FirebaseDynamicLinks
import God
import HowItWorksFeature
import InviteFriendFeature
import SchoolSettingFeature
import SwiftUI
import UserDefaultsClient

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public struct SchoolSettingLogic {
@Dependency(\.openURL) var openURL
@Dependency(\.godClient) var godClient
@Dependency(\.analytics) var analytics

enum Cancel {
case school
}
Expand Down

0 comments on commit ee7b438

Please sign in to comment.