Skip to content

Commit

Permalink
chore: formatting 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 3, 2023
1 parent 7ac74c0 commit 5d788df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/end-to-end/src/cheat_codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { AztecAddress, CircuitsWasm, Fr } from '@aztec/circuits.js';
import { pedersenPlookupCommitInputs } from '@aztec/circuits.js/barretenberg';
import { createDebugLogger } from '@aztec/foundation/log';
import { AztecRPC } from '@aztec/types';

import fs from 'fs';

const toFr = (value: Fr | bigint): Fr => {
Expand Down

0 comments on commit 5d788df

Please sign in to comment.