0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

SERVER-19156 fix lint... again

This commit is contained in:
Adam Midvidy 2015-07-09 13:22:19 -04:00
parent 331678a191
commit 5107d529ee

View File

@ -338,6 +338,7 @@ inline int ConstView::dataLen() const {
class Message {
MONGO_DISALLOW_COPYING(Message);
public:
// we assume here that a vector with initial size 0 does no allocation (0 is the default, but
// wanted to make it explicit).