Skip to content

Commit

Permalink
chore: please let this fmt work
Browse files Browse the repository at this point in the history
  • Loading branch information
MirandaWood committed Jul 9, 2024
1 parent dc57ffd commit 35ed54b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,5 @@ describe('e2e_token_contract kernel exploit', () => {

// Ensure that we have increased the balance of the attacker by the amount we minted.
expect(balanceAfter).toEqual(balanceBefore + amount);

console.log(balanceBefore, balanceAfter);
});
});
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getSchnorrAccount } from '@aztec/accounts/schnorr';
import {
type AccountWallet,
AztecNode,
type AztecNode,
type CompleteAddress,
type DebugLogger,
ExtendedNote,
Expand Down

0 comments on commit 35ed54b

Please sign in to comment.