Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 19, 2024
1 parent 2c47fca commit 2a8b2b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/internal/address/from.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Address } from 'abitype'
import type { GlobalErrorType } from '../errors/error.js'
import { assertAddress } from './assert.js'
import { checksumAddress } from './checksum.js'
import type { GlobalErrorType } from '../errors/error.js'

/**
* Converts an address string to a typed (checksummed) Address.
Expand Down
2 changes: 1 addition & 1 deletion src/internal/address/isAddress.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Address } from 'abitype'
import { assertAddress } from './assert.js'
import type { GlobalErrorType } from '../errors/error.js'
import { assertAddress } from './assert.js'

/**
* Checks if the given address is a valid address.
Expand Down
2 changes: 1 addition & 1 deletion src/internal/address/isEqual.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Address } from 'abitype'

import { assertAddress } from './assert.js'
import type { GlobalErrorType } from '../errors/error.js'
import { assertAddress } from './assert.js'

/**
* Checks if two addresses are equal.
Expand Down

0 comments on commit 2a8b2b5

Please sign in to comment.