Skip to content

Commit fd14795

Browse files
committed
fix: format
1 parent 390e009 commit fd14795

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/routes/contract/router.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ import { Address } from 'viem';
55

66
import { chainSchema, parseChainId } from '@/utils/chains';
77

8-
import { getAll, getAbi, getSource, getDeployment, getImplementationAddress } from './controller';
8+
import {
9+
getAll,
10+
getAbi,
11+
getSource,
12+
getDeployment,
13+
getImplementationAddress,
14+
} from './controller';
915

1016
const router = new Hono()
1117
.get(

0 commit comments

Comments
 (0)