Skip to content

Commit 8fb5894

Browse files
committed
Fixing indentation errors again
1 parent a54e603 commit 8fb5894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/connection/mongoclientsettings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ settings to modify the driver's behavior:
269269
|
270270
.. code-block:: java
271271
:emphasize-lines: 3
272-
MongoClient mongoClient = MongoClients.create(
272+
MongoClient mongoClient = MongoClients.create(
273273
MongoClientSettings.builder()
274274
.applyConnectionString(new ConnectionString("mongodb+srv://host1.acme.com")))
275275

0 commit comments

Comments
 (0)