From 51a119f451d524cde69d7db67159614c4236b041 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Fri, 23 Feb 2024 14:05:17 +0000 Subject: [PATCH] Format --- yarn-project/circuit-types/src/l2_block.ts | 2 +- yarn-project/circuit-types/src/logs/tx_l2_logs.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn-project/circuit-types/src/l2_block.ts b/yarn-project/circuit-types/src/l2_block.ts index 727003d29d0a..c2da9e92ecef 100644 --- a/yarn-project/circuit-types/src/l2_block.ts +++ b/yarn-project/circuit-types/src/l2_block.ts @@ -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'; diff --git a/yarn-project/circuit-types/src/logs/tx_l2_logs.ts b/yarn-project/circuit-types/src/logs/tx_l2_logs.ts index 46cc905d8e2a..e6257ed02f09 100644 --- a/yarn-project/circuit-types/src/logs/tx_l2_logs.ts +++ b/yarn-project/circuit-types/src/logs/tx_l2_logs.ts @@ -139,7 +139,7 @@ export class TxL2Logs { return kernelPublicInputsLogsHash; } - + /** Creates an empty instance. */ public static empty() { return new TxL2Logs([]);