Closed sweep-ai[bot] closed 1 year ago
Latest commit: 62bc8438ec8d0966664802afd7f0a4fd70549444
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR Feedback: 👎
I created this PR to address this rule:
"There should be no unnecessary whitespace or trailing spaces in the code."
Description
This PR addresses the issue of unnecessary whitespace and trailing spaces in the
doc/hurl.nvim.txt
file. The commit diff showed that there were unnecessary empty lines added on lines 3, 4, and 5, as well as trailing spaces on lines 6 and 7. This PR removes the unnecessary whitespace and trailing spaces to ensure clean and consistent code formatting.Summary of Changes
Please review the changes made in the
doc/hurl.nvim.txt
file and merge this PR if the changes are satisfactory.