Skip to content

Commit 3e06601

Browse files
committed
fmt
1 parent e063168 commit 3e06601

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/networks/src/networks/vNaga/shared/factories/BaseModuleFactory.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,9 @@ export function createBaseModule<T, M>(config: BaseModuleConfig<T, M>) {
510510
);
511511

512512
if (filteredNodePrices.length === 0) {
513-
throw new Error('Unable to resolve price data for responding handshake nodes');
513+
throw new Error(
514+
'Unable to resolve price data for responding handshake nodes'
515+
);
514516
}
515517

516518
if (filteredNodePrices.length !== nodePrices.length) {

0 commit comments

Comments
 (0)