Skip to content

Commit 81e9151

Browse files
committed
fix lint errors
1 parent b248512 commit 81e9151

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.evergreen/generate_evergreen_tasks.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ function makeTask({
7575
}) {
7676
const baseExpansions = nodeLtsVersion
7777
? {
78-
VERSION: mongoVersion,
79-
TOPOLOGY: topology,
80-
AUTH: auth,
81-
SSL: ssl,
82-
NODE_LTS_VERSION: nodeLtsVersion
83-
}
78+
VERSION: mongoVersion,
79+
TOPOLOGY: topology,
80+
AUTH: auth,
81+
SSL: ssl,
82+
NODE_LTS_VERSION: nodeLtsVersion
83+
}
8484
: { VERSION: mongoVersion, TOPOLOGY: topology, SSL: ssl, AUTH: auth };
8585

8686
if (testCsfle) {
@@ -831,8 +831,8 @@ const nodelessTasks = [
831831
'test-socks5-tls',
832832
'test-snappy-compression',
833833
'test-zstd-compression',
834-
'test-tls-support-latest',
835-
]
834+
'test-tls-support-latest'
835+
];
836836
const nodelessExpansions = {
837837
NODE_LTS_VERSION: LATEST_LTS,
838838
CLIENT_ENCRYPTION: true,

0 commit comments

Comments
 (0)