ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

fix: issue with content trailing empty lines #107

Closed antazoey closed 9 months ago

antazoey commented 9 months ago

What I did

Some people have been complaining about things compiling over and over again... Well turns out there was bug where the hashes in Ape always registered changes because it is agreed upon to ignore added whitespace at ends of files but that was not happening.

How I did it

Ignore empty lines in Source

How to verify it

Checklist