Skip to content

Commit cc8eb45

Browse files
committed
fix mdformat check
1 parent 4cd8e30 commit cc8eb45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/compression/OP_COMPRESSED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ If the server has no compression algorithms in common with the client, it sends
7979
compression field. Clients MAY issue a log level event to inform the user, but MUST NOT error.
8080

8181
When MongoDB server receives a compressor it can support it MAY reply to any and all requests using the selected
82-
compressor, including the reply of the initial MongoDB Handshake. As each `OP_COMPRESSED` message contains the compressor
83-
ID, clients MUST NOT assume which compressor each message uses, but MUST decompress the message using the compressor
84-
identified in the `OP_COMPRESSED` opcode header.
82+
compressor, including the reply of the initial MongoDB Handshake. As each `OP_COMPRESSED` message contains the
83+
compressor ID, clients MUST NOT assume which compressor each message uses, but MUST decompress the message using the
84+
compressor identified in the `OP_COMPRESSED` opcode header.
8585

8686
When compressing, clients MUST use the first compressor in the client's configured compressors list that is also in the
8787
servers list.

0 commit comments

Comments
 (0)