Skip to content

Commit 4d2b60d

Browse files
authored
Updated to SwiftFormat 0.52.10 (#12125)
1 parent 25abe77 commit 4d2b60d

File tree

169 files changed

+372
-376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+372
-376
lines changed

ClientApp/Shared-iOS11+/swift-import-test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ import FirebaseInstallations
4949
import FirebaseMessaging
5050
import FirebaseMLModelDownloader
5151
#if (os(iOS) && !targetEnvironment(macCatalyst)) || os(tvOS)
52-
import FirebasePerformance
5352
import FirebaseInAppMessaging
53+
import FirebasePerformance
5454
#endif
5555
import FirebaseRemoteConfig
5656
import FirebaseRemoteConfigSwift

CoreOnly/Tests/FirebasePodTest/FirebasePodTest/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import UIKit
1615
import Firebase
1716
// Verify that the following Firebase Swift APIs can be found.
1817
import FirebaseAnalyticsSwift
1918
import FirebaseFirestoreSwift
2019
import FirebaseInAppMessagingSwift
20+
import UIKit
2121

2222
class CoreExists: FirebaseApp {}
2323
class AnalyticsExists: Analytics {}

Example/CombineSample/CombineSample/App/CombineSampleApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import SwiftUI
1615
import Firebase
16+
import SwiftUI
1717

1818
@main
1919
struct CombineSampleApp: App {

Example/CombineSample/CombineSample/ViewModels/Authentication/AnonymousSignInViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import Foundation
15+
import Combine
1616
import Firebase
1717
import FirebaseAuthCombineSwift
1818
import FirebaseFirestoreCombineSwift
1919
import FirebaseFunctionsCombineSwift
2020
import FirebaseStorageCombineSwift
21-
import Combine
21+
import Foundation
2222

2323
class AnonymousSignInViewModel: UserInfoViewModel {
2424
private var cancellables = Set<AnyCancellable>()

Example/CombineSample/CombineSample/ViewModels/Authentication/UserInfoViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
import Combine
1516
import Firebase
1617
import FirebaseAuth
1718
import FirebaseAuthCombineSwift
18-
import Combine
1919

2020
class UserInfoViewModel: ObservableObject {
2121
@Published var user: User?

Example/CombineSample/CombineSample/Views/Authentication/AnonymousSignInView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import SwiftUI
15+
import Combine
1616
import Firebase
1717
import FirebaseAuthCombineSwift
18-
import Combine
18+
import SwiftUI
1919

2020
struct AnonymousSignInView: View {
2121
@StateObject var viewModel = AnonymousSignInViewModel()

Example/FirestoreSample/FirestoreSample/App/FirestoreSampleApp.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import SwiftUI
15+
import FirebaseAuth
1616
import FirebaseCore
1717
import FirebaseFirestore
18-
import FirebaseAuth
18+
import SwiftUI
1919

2020
class AppDelegate: NSObject, UIApplicationDelegate {
2121
func application(_ application: UIApplication,

Example/FirestoreSample/FirestoreSample/Views/FavouriteFruitsAnimationView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import SwiftUI
1615
import FirebaseFirestore
1716
import FirebaseFirestoreSwift
17+
import SwiftUI
1818

1919
private struct Fruit: Codable, Identifiable, Equatable {
2020
@DocumentID var id: String?

Example/FirestoreSample/FirestoreSample/Views/FavouriteFruitsMappingErrorView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import SwiftUI
1615
import FirebaseFirestoreSwift
16+
import SwiftUI
1717

1818
private struct Fruit: Codable, Identifiable, Equatable {
1919
@DocumentID var id: String?

Example/FirestoreSample/FirestoreSample/Views/FavouriteFruitsMappingErrorView2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import SwiftUI
1615
import FirebaseFirestoreSwift
16+
import SwiftUI
1717

1818
private struct Fruit: Codable, Identifiable, Equatable {
1919
@DocumentID var id: String?

0 commit comments

Comments
 (0)