summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_extended.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_utils_extended.h')
-rw-r--r--src/mongo/shell/shell_utils_extended.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/shell/shell_utils_extended.h b/src/mongo/shell/shell_utils_extended.h
index dc4c2d944e7..471fe98a73e 100644
--- a/src/mongo/shell/shell_utils_extended.h
+++ b/src/mongo/shell/shell_utils_extended.h
@@ -32,9 +32,9 @@
namespace mongo {
- class Scope;
-
- namespace shell_utils {
- void installShellUtilsExtended( Scope& scope );
- }
+class Scope;
+
+namespace shell_utils {
+void installShellUtilsExtended(Scope& scope);
+}
}