Skip to content

Commit 8cda6cd

Browse files
samtsternaverikitsch
authored andcommitted
Add blank line (GoogleCloudPlatform#1215)
Fixes b/68814312
1 parent 9c1f9fe commit 8cda6cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firestore/src/main/java/com/example/firestore/snippets/ManageDataSnippets.java

+1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ void writeBatch() throws Exception {
404404
// [START fs_write_batch]
405405
// Get a new write batch
406406
WriteBatch batch = db.batch();
407+
407408
// Set the value of 'NYC'
408409
DocumentReference nycRef = db.collection("cities").document("NYC");
409410
batch.set(nycRef, new City());

0 commit comments

Comments
 (0)