Skip to content

Commit fdd6e44

Browse files
committed
fixup on lint
1 parent 5c9cd2c commit fdd6e44

File tree

1 file changed

+1
-1
lines changed
  • tests/functional/aws-node-sdk/test/support

1 file changed

+1
-1
lines changed

tests/functional/aws-node-sdk/test/support/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { NodeHttpHandler } = require('@smithy/node-http-handler');
44

55
const { getCredentials } = require('./credentials');
66
const { getAwsCredentials } = require('./awsConfig');
7-
const conf = require('../../../../../lib/Config').config;\
7+
const conf = require('../../../../../lib/Config').config;
88

99
const transport = conf.https ? 'https' : 'http';
1010

0 commit comments

Comments
 (0)