Skip to content

Commit

Permalink
Merge pull request #1010 from 0x1-company/create-pull-request/patch-d…
Browse files Browse the repository at this point in the history
…f46180

Run swift-format
  • Loading branch information
github-actions[bot] authored Nov 21, 2023
2 parents ecdd096 + ee7b438 commit 2a42e1e
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 2a42e1e

Please sign in to comment.