Skip to content

Commit a54e603

Browse files
committed
Fixing indentation errors
1 parent 577890a commit a54e603

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/fundamentals/connection/mongoclientsettings.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,9 @@ settings to modify the driver's behavior:
266266
TXT records associated with the host. If you want to enable the processing of TXT records,
267267
you must specify the SRV host in the connection string
268268
using the ``applyConnectionString()`` method.
269-
270-
| .. code-block:: java
271-
:emphasize-lines: 3
272-
269+
|
270+
.. code-block:: java
271+
:emphasize-lines: 3
273272
MongoClient mongoClient = MongoClients.create(
274273
MongoClientSettings.builder()
275274
.applyConnectionString(new ConnectionString("mongodb+srv://host1.acme.com")))

0 commit comments

Comments
 (0)