Skip to content

Commit afa26b3

Browse files
committed
fix formatting
1 parent 7ec8f22 commit afa26b3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/crud/insert.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ Select the :guilabel:`Struct` or :guilabel:`bson.D` tab to see the corresponding
150150
``restaurants`` collection:
151151

152152
.. literalinclude:: /includes/usage-examples/code-snippets/insertOne.go
153-
:language: go
154-
:dedent:
153+
:language: go
154+
:dedent:
155155

156156
.. tab:: bson.D
157157
:tabid: bsonDExample
@@ -160,8 +160,8 @@ Select the :guilabel:`Struct` or :guilabel:`bson.D` tab to see the corresponding
160160
``restaurants`` collection:
161161

162162
.. literalinclude:: /includes/usage-examples/code-snippets/insertOneBsonD.go
163-
:language: go
164-
:dedent:
163+
:language: go
164+
:dedent:
165165

166166
Insert Multiple Documents
167167
-------------------------
@@ -327,6 +327,8 @@ Select the :guilabel:`Struct` or :guilabel:`bson.D` tab to see the corresponding
327327
``restaurants`` collection:
328328

329329
.. literalinclude:: /includes/usage-examples/code-snippets/insertMany.go
330+
:language: go
331+
:dedent:
330332

331333
.. tab:: bson.D
332334
:tabid: bsonDExample
@@ -335,6 +337,8 @@ Select the :guilabel:`Struct` or :guilabel:`bson.D` tab to see the corresponding
335337
``restaurants`` collection:
336338

337339
.. literalinclude:: /includes/usage-examples/code-snippets/insertManyBsonD.go
340+
:language: go
341+
:dedent:
338342

339343
Additional Information
340344
----------------------

0 commit comments

Comments
 (0)