Skip to content

Commit

Permalink
minimize diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jan 16, 2024
1 parent f16c836 commit 62abf7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/datasources/erc721.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import {

import {
IERC721,
Approval as ApprovalEvent,
ApprovalForAll as ApprovalForAllEvent,
Transfer as TransferEvent,
Approval as ApprovalEvent,
ApprovalForAll as ApprovalForAllEvent,
Transfer as TransferEvent,
} from '../../generated/erc721/IERC721'

import {
Expand Down

0 comments on commit 62abf7f

Please sign in to comment.