forge-std icon indicating copy to clipboard operation
forge-std copied to clipboard

refactor: Remove unnecessary pass in ItemOrder constructor

Open gap-editor opened this issue 8 months ago • 0 comments

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.

gap-editor avatar May 20 '25 10:05 gap-editor