Skip to content

Commit 38db069

Browse files
committed
Fixing code block indentation
1 parent 19bdf64 commit 38db069

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/fundamentals/connection/mongoclientsettings.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,11 @@ settings to modify the driver's behavior:
270270
| For example:
271271

272272
.. code-block:: java
273-
:emphasize-lines: 3
274-
MongoClient mongoClient =
275-
MongoClients.create(MongoClientSettings.builder()
276-
.applyConnectionString(new ConnectionString("mongodb+srv://host1.acme.com")))
273+
:emphasize-lines: 3
274+
275+
MongoClient mongoClient =
276+
MongoClients.create(MongoClientSettings.builder()
277+
.applyConnectionString(new ConnectionString("mongodb+srv://host1.acme.com")))
277278

278279
* - ``srvMaxHosts()``
279280
- | Sets the maximum number of hosts the driver can connect to when using

0 commit comments

Comments
 (0)