eipv icon indicating copy to clipboard operation
eipv copied to clipboard

Improve the "trailing whitespace" error

Open axic opened this issue 5 years ago • 1 comments

In https://github.com/ethereum/EIPs/pull/2494 eipv was complaining:

eip-2494.md: trailing whitespace

It took me a look in the eipv source to figure out this is about trailing whitespace in the frontmatter:

- type: Standards Track 
+ type: Standards Track

axic avatar Sep 09 '20 10:09 axic

Yep, without a line number it is really confusing. I'll update this.

lightclient avatar Sep 09 '20 13:09 lightclient