File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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
166166Insert 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
339343Additional Information
340344----------------------
You can’t perform that action at this time.
0 commit comments