Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore(format): format with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
utilyre committed Mar 7, 2023
1 parent a3753a0 commit 028cb31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/sentiment/Autocmd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ end
---Check whether the autocmd exists.
---
---@return boolean
function Autocmd:exists()
return self.id ~= nil
end
function Autocmd:exists() return self.id ~= nil end

---Create the autocmd.
function Autocmd:create()
Expand Down

0 comments on commit 028cb31

Please sign in to comment.