mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
whitespace
This commit is contained in:
parent
91c208c577
commit
a8053a4639
@ -627,7 +627,7 @@ namespace mongo {
|
|||||||
shells.erase( pid );
|
shells.erase( pid );
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
||||||
BSONObj WaitMongoProgramOnPort( const BSONObj &a ) {
|
BSONObj WaitMongoProgramOnPort( const BSONObj &a ) {
|
||||||
int port = oneArg( a ).numberInt();
|
int port = oneArg( a ).numberInt();
|
||||||
uassert( 13621, "no known mongo program on port", dbs.count( port ) != 0 );
|
uassert( 13621, "no known mongo program on port", dbs.count( port ) != 0 );
|
||||||
|
Loading…
Reference in New Issue
Block a user