Skip to content

Commit

Permalink
SERVER-19720 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amidvidy committed Aug 13, 2015
1 parent 3461812 commit 9eadefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/base/system_error.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class MongoErrorCategoryImpl final : public std::error_category {

const std::error_category& mongoErrorCategory() {
// TODO: Remove this static, and make a constexpr instance when we move to C++14.
const static MongoErrorCategoryImpl instance{};
static const MongoErrorCategoryImpl instance{};
return instance;
}

Expand Down

0 comments on commit 9eadefd

Please sign in to comment.