Skip to content

Commit

Permalink
Remove unneccessary newline
Browse files Browse the repository at this point in the history
  • Loading branch information
christophermadsen committed Mar 26, 2024
1 parent ad4e50e commit 90cbeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy-ruff.el
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Ensures cursor position is maintained. Requires `ruff` in system's PATH."
(buffer-string)))
(delete-region (1+ content-start) content-end)
(goto-char (1+ content-start))
(insert formatted-code "\n"))
(insert formatted-code))
(delete-file temp-file))
(goto-char (point-min))
(forward-line (1- initial-line))
Expand Down

0 comments on commit 90cbeb7

Please sign in to comment.