Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Feb 26, 2024
1 parent d76b29e commit 51a119f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yarn-project/circuit-types/src/l2_block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP,
STRING_ENCODING,
} from '@aztec/circuits.js';
import { makeTuple } from '@aztec/foundation/array';
import { makeAppendOnlyTreeSnapshot, makeHeader } from '@aztec/circuits.js/testing';
import { makeTuple } from '@aztec/foundation/array';
import { times } from '@aztec/foundation/collection';
import { sha256 } from '@aztec/foundation/crypto';
import { Fr } from '@aztec/foundation/fields';
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/circuit-types/src/logs/tx_l2_logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class TxL2Logs {

return kernelPublicInputsLogsHash;
}

/** Creates an empty instance. */
public static empty() {
return new TxL2Logs([]);
Expand Down

0 comments on commit 51a119f

Please sign in to comment.