Skip to content

Commit

Permalink
Comment spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcowgill authored Nov 30, 2023
1 parent b6e96a6 commit 116fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heuristics/erc1155Sale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function erc1155SaleContextualizer(
export function detectERC1155Sale(transaction: Transaction): boolean {
/**
* There is a degree of overlap between the 'detect' and 'generateContext' functions,
* and while this might seem redundant, maintaining the 'detect' function aligns with
* and while this might seem redundant, maintaining the 'detect' function aligns with
* established patterns in our other modules. This consistency is beneficial,
* and it also serves to decouple the logic, thereby simplifying the testing process
*/
Expand Down

0 comments on commit 116fa9a

Please sign in to comment.