Skip to content

Commit f97c40f

Browse files
committed
fix lint
1 parent 96f6663 commit f97c40f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.evergreen/generate_evergreen_tasks.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ function makeTask({
8383
}) {
8484
const baseExpansions = nodeLtsVersion
8585
? {
86-
VERSION: mongoVersion,
87-
TOPOLOGY: topology,
88-
AUTH: auth,
89-
SSL: ssl,
90-
NODE_LTS_VERSION: nodeLtsVersion
91-
}
86+
VERSION: mongoVersion,
87+
TOPOLOGY: topology,
88+
AUTH: auth,
89+
SSL: ssl,
90+
NODE_LTS_VERSION: nodeLtsVersion
91+
}
9292
: { VERSION: mongoVersion, TOPOLOGY: topology, SSL: ssl, AUTH: auth };
9393

9494
if (testCsfle) {
@@ -850,7 +850,7 @@ const commonNodelessTasks = [
850850
const linuxOnlyTests = [
851851
'test-rapid-load-balanced',
852852
'test-latest-load-balanced',
853-
'test-auth-kerberos',
853+
'test-auth-kerberos'
854854
];
855855

856856
const linuxNodelessTasks = commonNodelessTasks.concat(linuxOnlyTests);

0 commit comments

Comments
 (0)