summaryrefslogtreecommitdiff
path: root/db/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/client.cpp')
-rw-r--r--db/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/client.cpp b/db/client.cpp
index 22646e47ab9..3d3dc740512 100644
--- a/db/client.cpp
+++ b/db/client.cpp
@@ -200,7 +200,7 @@ namespace mongo {
if ( _client )
b.append( "desc" , _client->desc() );
-
+
return b.obj();
}