Closed sweep-ai[bot] closed 11 months ago
lua/hurl/main.lua
✓
Sandbox logs for
trunk fmt lua/hurl/main.lua || exit 0
1/2 ✓Checked 1 file ✔ No issues
trunk check --fix --print-failures lua/hurl/main.lua
2/2 ✓Checked 1 file ✔ No issues Run trunk upgrade to upgrade 4 linters
Latest commit: 9a387832a8b0447f0580fa6c645526a06db2b404
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
lua/hurl/main.lua
file. The identified lines that required modification were 5, 18, 38, 48, 117, 363, and 414. The changes made in this PR involve removing the unnecessary whitespaces and trailing spaces from these lines to ensure clean and consistent code formatting.Summary of Changes
lua/hurl/main.lua
.lua/hurl/main.lua
.Please review the changes and ensure that the code formatting is clean and consistent.