summaryrefslogtreecommitdiff
path: root/src/mongo/bson
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2020-08-27 06:03:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-27 06:21:15 +0000
commitad84ed6435d49b86bd6f97c530131c094cc6122c (patch)
tree87d53b749d4d4cac08d424065fd6037bbeee87be /src/mongo/bson
parented3073ed0ae632bdb0e40fcdbd1d41dd84ec40aa (diff)
downloadmongo-ad84ed6435d49b86bd6f97c530131c094cc6122c.tar.gz
SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list to be alphabetical
Diffstat (limited to 'src/mongo/bson')
-rw-r--r--src/mongo/bson/mutable/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/mutable/SConscript b/src/mongo/bson/mutable/SConscript
index 37e0557656c..281974899aa 100644
--- a/src/mongo/bson/mutable/SConscript
+++ b/src/mongo/bson/mutable/SConscript
@@ -11,8 +11,8 @@ env.Library(
'element.cpp',
],
LIBDEPS=[
- '$BUILD_DIR/mongo/util/safe_num',
'$BUILD_DIR/mongo/base',
+ '$BUILD_DIR/mongo/util/safe_num',
],
)