From 94710ec75dd6a734b72bfb984708295211ce580e Mon Sep 17 00:00:00 2001 From: benesjan Date: Wed, 26 Feb 2025 01:16:53 +0000 Subject: [PATCH] fmt --- yarn-project/cli/src/utils/encoding.ts | 2 +- yarn-project/noir-bb-bench/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn-project/cli/src/utils/encoding.ts b/yarn-project/cli/src/utils/encoding.ts index 5afb9ea17743..11b342de9e53 100644 --- a/yarn-project/cli/src/utils/encoding.ts +++ b/yarn-project/cli/src/utils/encoding.ts @@ -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. diff --git a/yarn-project/noir-bb-bench/src/index.ts b/yarn-project/noir-bb-bench/src/index.ts index b14877a23d22..83b837bd8b98 100644 --- a/yarn-project/noir-bb-bench/src/index.ts +++ b/yarn-project/noir-bb-bench/src/index.ts @@ -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