Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jan 21, 2025
1 parent e137b84 commit 5ff7c03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions javascript/packages/orchestrator/src/chainSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ export async function addBalances(specPath: string, nodes: Node[]) {

balanceMap[stashKey] = balanceToAdd;

const logLine = `👤 Added Balance ${
balanceToAdd
} for ${decorators.green(node.name)} - ${decorators.magenta(stashKey)}`;
const logLine = `👤 Added Balance ${balanceToAdd} for ${decorators.green(node.name)} - ${decorators.magenta(stashKey)}`;
new CreateLogTable({
colWidths: [120],
doubleBorder: true,
Expand Down

0 comments on commit 5ff7c03

Please sign in to comment.