diff options
Diffstat (limited to 'src/mongo/shell/encrypted_shell_options.h')
-rw-r--r-- | src/mongo/shell/encrypted_shell_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/encrypted_shell_options.h b/src/mongo/shell/encrypted_shell_options.h index f839c637d9a..b4b30aba2fe 100644 --- a/src/mongo/shell/encrypted_shell_options.h +++ b/src/mongo/shell/encrypted_shell_options.h @@ -42,4 +42,4 @@ struct EncryptedShellGlobalParams { }; extern EncryptedShellGlobalParams encryptedShellGlobalParams; -} +} // namespace mongo |