Skip to content

Commit c123304

Browse files
author
Michael Paik
committed
DOCS-4873 - Whitespace fixes
Signed-off-by: Michael Paik <[email protected]>
1 parent ee6c119 commit c123304

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/reference/command/findAndModify.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -357,15 +357,15 @@ The command returns the newly inserted document in the ``value`` field:
357357
.. code-block:: sh
358358

359359
{
360-
"lastErrorObject" : {
361-
"connectionId" : 1,
362-
"updatedExisting" : false,
363-
"upserted" : ObjectId("54f62bbfc85d4472eadea26d"),
364-
"n" : 1,
365-
"syncMillis" : 0,
366-
"writtenTo" : null,
367-
"err" : null,
368-
"ok" : 1
360+
"lastErrorObject" : {
361+
"connectionId" : 1,
362+
"updatedExisting" : false,
363+
"upserted" : ObjectId("54f62bbfc85d4472eadea26d"),
364+
"n" : 1,
365+
"syncMillis" : 0,
366+
"writtenTo" : null,
367+
"err" : null,
368+
"ok" : 1
369369
},
370370
"value" : {
371371
"_id" : ObjectId("54f62bbfc85d4472eadea26d"),

0 commit comments

Comments
 (0)