Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
uglow committed May 24, 2022
1 parent caf5a58 commit a260721
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ptx.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ function showHelp() {
console.log(' tuneConfigFile Path to the tune config file, relative to the script');
console.log('\nExample: npx ptx scripts/publishPlanStream.json');
console.log('Note: The PTX_STACK_NAME environment variable must be set to the name of the PowerTune stack');
console.log(
'Reference: https://github.com/alexcasalboni/aws-lambda-power-tuning/blob/master/README-INPUT-OUTPUT.md',
);
console.log('Reference: https://github.com/alexcasalboni/aws-lambda-power-tuning/blob/master/README-INPUT-OUTPUT.md');
console.log('');
}

Expand Down

0 comments on commit a260721

Please sign in to comment.