Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarreiro committed May 3, 2024
1 parent 0dd08c6 commit f1afce6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yarn-project/simulator/src/public/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
Gas,
type GlobalVariables,
type Header,
Nullifier,
type Nullifier,
PublicCircuitPublicInputs,
type TxContext,
} from '@aztec/circuits.js';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
type GasSettings,
type GlobalVariables,
type Header,
Nullifier,
type Nullifier,
PublicContextInputs,
} from '@aztec/circuits.js';
import { type AztecAddress } from '@aztec/foundation/aztec-address';
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/simulator/src/public/public_processor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,8 @@ describe('public_processor', () => {
expect.anything(), // PublicExecution
expect.anything(), // GlobalVariables
Gas.from(availableGas),
expect.anything(), // pendingNullifiers
expect.anything(), // TxContext
expect.anything(), // pendingNullifiers
new Fr(txFee),
expect.anything(), // SideEffectCounter
];
Expand Down

0 comments on commit f1afce6

Please sign in to comment.