Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Feb 26, 2025
1 parent b7a57a5 commit 94710ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yarn-project/cli/src/utils/encoding.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Fr } from '@aztec/foundation/fields';
import { type ABIParameter, type AbiType, type StructType } from '@aztec/stdlib/abi';
import type { ABIParameter, AbiType, StructType } from '@aztec/stdlib/abi';

/**
* Parses a hex string into an ABI struct type.
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/noir-bb-bench/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable camelcase */
import { type ForeignCallOutput, Noir } from '@noir-lang/noir_js';
import { type InputValue } from '@noir-lang/noirc_abi';
import type { InputValue } from '@noir-lang/noirc_abi';
import createDebug from 'debug';

// these files are generated
Expand Down

0 comments on commit 94710ec

Please sign in to comment.