Skip to content

Commit 2a8b2b5

Browse files
committed
chore: format
1 parent 2c47fca commit 2a8b2b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/internal/address/from.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Address } from 'abitype'
2+
import type { GlobalErrorType } from '../errors/error.js'
23
import { assertAddress } from './assert.js'
34
import { checksumAddress } from './checksum.js'
4-
import type { GlobalErrorType } from '../errors/error.js'
55

66
/**
77
* Converts an address string to a typed (checksummed) Address.

src/internal/address/isAddress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Address } from 'abitype'
2-
import { assertAddress } from './assert.js'
32
import type { GlobalErrorType } from '../errors/error.js'
3+
import { assertAddress } from './assert.js'
44

55
/**
66
* Checks if the given address is a valid address.

src/internal/address/isEqual.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Address } from 'abitype'
22

3-
import { assertAddress } from './assert.js'
43
import type { GlobalErrorType } from '../errors/error.js'
4+
import { assertAddress } from './assert.js'
55

66
/**
77
* Checks if two addresses are equal.

0 commit comments

Comments
 (0)