Skip to content

Commit 6388996

Browse files
committed
lint fix
1 parent f68026a commit 6388996

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.evergreen/generate_evergreen_tasks.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ function updateExpansions(expansions) {
7373
function makeTask({ mongoVersion, topology, tags = [], auth = 'auth', nodeLtsVersion }) {
7474
const expansions = nodeLtsVersion
7575
? updateExpansions({
76-
VERSION: mongoVersion,
77-
TOPOLOGY: topology,
78-
AUTH: auth,
79-
NODE_LTS_VERSION: nodeLtsVersion
80-
})
76+
VERSION: mongoVersion,
77+
TOPOLOGY: topology,
78+
AUTH: auth,
79+
NODE_LTS_VERSION: nodeLtsVersion
80+
})
8181
: updateExpansions({ VERSION: mongoVersion, TOPOLOGY: topology, AUTH: auth });
8282
return {
8383
name: `test-${mongoVersion}-${topology}${auth === 'noauth' ? '-noauth' : ''}`,

0 commit comments

Comments
 (0)