Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunkar committed Feb 5, 2025
1 parent 97321b5 commit 53a2556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 138 deletions.
137 changes: 0 additions & 137 deletions yarn-project/aztec.js/webpack.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/spartan/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { createAztecNodeClient, createLogger, sleep } from '@aztec/aztec.js';
import { type RollupCheatCodes } from '@aztec/aztec.js/ethereum';
import type { Logger } from '@aztec/foundation/log';
import type { SequencerConfig } from '@aztec/sequencer-client';

Expand All @@ -7,7 +8,6 @@ import path from 'path';
import { promisify } from 'util';
import { z } from 'zod';

import { type RollupCheatCodes } from '@aztec/aztec.js/ethereum';
import { AlertChecker, type AlertConfig } from '../quality_of_service/alert_checker.js';

const execAsync = promisify(exec);
Expand Down

0 comments on commit 53a2556

Please sign in to comment.