forge-std
forge-std copied to clipboard
refactor: Remove unnecessary pass in ItemOrder constructor
This pull request addresses a minor code style issue by removing a redundant pass statement within the ItemOrder class's init method.
The pass statement, being a null operation, was not required because the constructor already had other active lines of code. This change improves code conciseness without affecting the script's behavior or functionality.