summaryrefslogtreecommitdiff
path: root/src/mongo/platform/SConscript
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/platform/SConscript
parent3ad805fea14b2f1d5c5a367f6ec05ece93502f32 (diff)
downloadmongo-9ea1d6f0419938770eea612479c75838f75752b7.tar.gz
SERVER-66490 Apply pylinters to build system code
Diffstat (limited to 'src/mongo/platform/SConscript')
-rw-r--r--src/mongo/platform/SConscript9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mongo/platform/SConscript b/src/mongo/platform/SConscript
index 71a0a57772d..b2a8b54a67d 100644
--- a/src/mongo/platform/SConscript
+++ b/src/mongo/platform/SConscript
@@ -21,7 +21,7 @@ env.CppUnitTest(
'stack_locator_test.cpp',
'decimal128_test.cpp',
'decimal128_bson_test.cpp',
- 'overflow_arithmetic_test.cpp'
+ 'overflow_arithmetic_test.cpp',
],
)
@@ -30,8 +30,7 @@ env.Benchmark(
source=[
'endian_bm.cpp',
],
- LIBDEPS=[
- ],
+ LIBDEPS=[],
)
if not get_option("link-model") == "dynamic":
@@ -52,7 +51,7 @@ env.Library(
env.Library(
target="visibility_test_lib1",
source=[
- "visibility_test_lib1.cpp"
+ "visibility_test_lib1.cpp",
],
LIBDEPS_NO_INHERIT=[
'$BUILD_DIR/third_party/shim_allocator',
@@ -67,7 +66,7 @@ env.Library(
env.Library(
target="visibility_test_lib2",
source=[
- "visibility_test_lib2.cpp"
+ "visibility_test_lib2.cpp",
],
LIBDEPS_NO_INHERIT=[
'$BUILD_DIR/third_party/shim_allocator',