Skip to content

Commit

Permalink
feat: resolve prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Danford committed Sep 28, 2020
1 parent 24e483f commit c1dd634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/powertune-lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PowertuneLambdaCommand extends Command {
autoOptimize,
autoOptimizeAlias,
httpProxy,
parallelInvocation,
parallelInvocation
} = flags;

global.region = region;
Expand Down Expand Up @@ -223,7 +223,7 @@ PowertuneLambdaCommand.flags = {
description: "run invocations in parallel",
default: false,
required: false
}),
})
};

const openVisualization = url => {
Expand Down

0 comments on commit c1dd634

Please sign in to comment.