summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
diff options
context:
space:
mode:
authorTausif Rahman <tausif.rahman@mongodb.com>2022-05-24 22:55:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-25 17:40:16 +0000
commit9ea1d6f0419938770eea612479c75838f75752b7 (patch)
tree26b57fa102878dba3251b40f7ddf9c50ab8b275a /src/mongo/stdx
parent3ad805fea14b2f1d5c5a367f6ec05ece93502f32 (diff)
downloadmongo-9ea1d6f0419938770eea612479c75838f75752b7.tar.gz
SERVER-66490 Apply pylinters to build system code
Diffstat (limited to 'src/mongo/stdx')
-rw-r--r--src/mongo/stdx/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/stdx/SConscript b/src/mongo/stdx/SConscript
index fc70228475e..ece7efba3f5 100644
--- a/src/mongo/stdx/SConscript
+++ b/src/mongo/stdx/SConscript
@@ -29,7 +29,7 @@ env.Library(
env.CppUnitTest(
target='stdx_test',
source=[
- 'unordered_map_test.cpp'
+ 'unordered_map_test.cpp',
],
LIBDEPS=[
'$BUILD_DIR/third_party/shim_abseil',