diff options
Diffstat (limited to 'src/mongo/db/read_concern.h')
-rw-r--r-- | src/mongo/db/read_concern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/read_concern.h b/src/mongo/db/read_concern.h index 7bd7594e143..c9ac7f08e1c 100644 --- a/src/mongo/db/read_concern.h +++ b/src/mongo/db/read_concern.h @@ -42,7 +42,7 @@ enum class PrepareConflictBehavior; namespace repl { class ReadConcernArgs; class SpeculativeMajorityReadInfo; -} +} // namespace repl /** * Given the specified read concern arguments, performs checks that the read concern can actually be |