Skip to content

Commit 19bdf64

Browse files
committed
Fixing indentation errors again+
1 parent 7103e2f commit 19bdf64

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/fundamentals/connection/mongoclientsettings.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,12 @@ settings to modify the driver's behavior:
268268
using the ``applyConnectionString()`` method.
269269
|
270270
| For example:
271-
.. code-block:: java
272-
:emphasize-lines: 3
273-
MongoClient mongoClient = MongoClients.create(
274-
MongoClientSettings.builder()
275-
.applyConnectionString(new ConnectionString("mongodb+srv://host1.acme.com")))
271+
272+
.. code-block:: java
273+
:emphasize-lines: 3
274+
MongoClient mongoClient =
275+
MongoClients.create(MongoClientSettings.builder()
276+
.applyConnectionString(new ConnectionString("mongodb+srv://host1.acme.com")))
276277

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

0 commit comments

Comments
 (0)