Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit bda591f

Browse files
committed
fix indent errors
1 parent ce5fcc5 commit bda591f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/verification/custom-manual.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ can verify the shard key using the following query in :binary:`mongosh`:
6464
:copyable: true
6565

6666
.. input::
67-
:language: javascript
67+
:language: javascript
6868

69-
db.getSiblingDB("config").collections.find({ _id : "records.pets" })
69+
db.getSiblingDB("config").collections.find({ _id : "records.pets" })
7070

7171
.. output::
7272
:language: javascript

0 commit comments

Comments
 (0)