ethereum / hevm

symbolic EVM evaluator
https://hevm.dev
GNU Affero General Public License v3.0
223 stars 45 forks source link

Small nit in pretty printing writes #461

Closed zoep closed 5 months ago

zoep commented 5 months ago

Description

In the formatting of WriteWord, WriteBuf, and CopySlice destination buffers were printed outside of the parentheses, which made it hard to parse the expressions visually. Now they are printed within the parenthesis and in the same indentation block.

msooseth commented 5 months ago

Wow, that was bad printing. Thanks!