Skip to content

Commit 9a6ffad

Browse files
committed
[realppl 3] Arithmetic and comparison expressions
1 parent 8e0695d commit 9a6ffad

File tree

11 files changed

+3115
-91
lines changed

11 files changed

+3115
-91
lines changed

Firestore/Example/Firestore.xcodeproj/project.pbxproj

Lines changed: 50 additions & 20 deletions
Large diffs are not rendered by default.

Firestore/Swift/Tests/Integration/PipelineApiTests.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,12 @@ final class PipelineApiTests: FSTIntegrationTestCase {
310310
]
311311
)
312312

313-
// One special Field value is conveniently exposed as constructor to help the user reference reserved field values of __name__.
314-
_ = db.pipeline().collection("books")
315-
.addFields([
316-
DocumentId()
317-
]
318-
)
313+
// One special Field value is conveniently exposed as constructor to help the user reference
314+
// reserved field values of __name__.
315+
_ = db.pipeline().collection("books")
316+
.addFields([
317+
DocumentId(),
318+
])
319319
}
320320

321321
func testConstant() async throws {

0 commit comments

Comments
 (0)