Skip to content

Commit

Permalink
address part of feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylEnkidu committed Jan 8, 2025
1 parent 5dc9783 commit da80692
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Firestore/Swift/Source/SwiftAPI/Pipeline.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to
// build this package.

// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -18,7 +14,11 @@

#if SWIFT_PACKAGE
import FirebaseFirestoreCpp
#endif
@_exported import FirebaseFirestoreInternalWrapper
#else
@_exported import FirebaseFirestoreInternal
#endif // SWIFT_PACKAGE
import Foundation

@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
public struct Pipeline {
Expand Down
4 changes: 0 additions & 4 deletions Firestore/Swift/Source/SwiftAPI/PipelineResult.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to
// build this package.

// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 0 additions & 4 deletions Firestore/Swift/Source/SwiftAPI/PipelineSource.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to
// build this package.

// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit da80692

Please sign in to comment.