Skip to content

Commit 770645f

Browse files
authored
fix linter errors (#1008)
This fixes the lint task that was failing in Evergreen.
1 parent 89c1961 commit 770645f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/mongocxx/client_encryption.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ class MONGOCXX_API client_encryption {
4444
/// @param opts
4545
/// An object representing encryption options.
4646
///
47-
/// @see https://www.mongodb.com/docs/ecosystem/use-cases/client-side-field-level-encryption-guide
47+
/// @see
48+
/// https://www.mongodb.com/docs/ecosystem/use-cases/client-side-field-level-encryption-guide
4849
///
4950
client_encryption(options::client_encryption opts);
5051

src/mongocxx/client_session.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ class client;
3535
/// Note that client_session is not thread-safe. See
3636
/// https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/thread-safety/ for more details.
3737
///
38-
/// @see https://www.mongodb.com/docs/manual/core/read-isolation-consistency-recency/#causal-consistency
38+
/// @see
39+
/// https://www.mongodb.com/docs/manual/core/read-isolation-consistency-recency/#causal-consistency
3940
///
4041
class MONGOCXX_API client_session {
4142
public:

src/mongocxx/options/data_key.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ class MONGOCXX_API data_key {
8686
/// @return
8787
/// A reference to this object.
8888
///
89-
/// @see https://www.mongodb.com/docs/manual/core/security-client-side-encryption-key-management/
89+
/// @see
90+
/// https://www.mongodb.com/docs/manual/core/security-client-side-encryption-key-management/
9091
///
9192
data_key& master_key(bsoncxx::document::view_or_value master_key);
9293

0 commit comments

Comments
 (0)