Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Dec 12, 2024
1 parent d5e4835 commit eb59e57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mock-chain/src/balancePrinting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function stringifyBalance(
metaName("nanoerg", metadata),
metaAmount("nanoerg", balance.nanoergs, metadata),
width
),
)
];

if (some(balance.tokens)) {
Expand Down Expand Up @@ -85,8 +85,8 @@ function log<T>(value: string, part: ArrayChange<T>) {
const colored = part.added
? pc.green(`+ ${value}`)
: part.removed
? pc.red(`- ${value}`)
: pc.gray(` ${value}`);
? pc.red(`- ${value}`)
: pc.gray(` ${value}`);

// biome-ignore lint/suspicious/noConsoleLog: <explanation>
console.log(colored);
Expand Down

0 comments on commit eb59e57

Please sign in to comment.