jellydn / quick-code-runner.nvim

A simple and efficient code runner for Neovim.
MIT License
22 stars 0 forks source link

[Sweep Rules] Remove unnecessary whitespace in lua/quick-code-runner/main.lua #18

Closed sweep-ai[bot] closed 10 months ago

sweep-ai[bot] commented 10 months ago

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 removes unnecessary whitespace in the lua/quick-code-runner/main.lua file. The whitespace before the closing brackets on lines 34, 38, and 73 has been removed to conform to the requested rule.

Summary of Changes

sweep-ai[bot] commented 10 months ago

Rollback Files For Sweep

changeset-bot[bot] commented 10 months ago

⚠️ No Changeset found

Latest commit: 564e97206e1ef3c47340fb2693a56df15a74c16d

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