Skip to content

Commit

Permalink
stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Jul 28, 2023
1 parent aed46b1 commit 3914a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugin_name.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local module = require("plugin_name.module")
---@class Config
---@field opt string Your config option
local config = {
opt = "Hello!"
opt = "Hello!",
}

---@class MyModule
Expand Down

0 comments on commit 3914a09

Please sign in to comment.