Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove extra whitespace
  • Loading branch information
timneutkens committed Feb 20, 2020
1 parent db445db commit 80bdf73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion errors/invalid-getstaticpaths-value.md
Expand Up @@ -15,4 +15,3 @@ export async function unstable_getStaticProps() {
}
}
```

2 comments on commit 80bdf73

@vvo
Copy link
Member

@vvo vvo commented on 80bdf73 Feb 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just in case @timneutkens, this issue can be avoided mostly using https://editorconfig.org/, would you like me to make a PR to add it? Let me know!

@timneutkens
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not needed as prettier runs over the file automatically. The reason this happened was that I did a few GitHub suggestions and trailing whitespace ended up being there. If I had checked out and committed the change it would have been fine.

Please sign in to comment.