Skip to content

Commit 3914a09

Browse files
committed
stylua
1 parent aed46b1 commit 3914a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugin_name.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local module = require("plugin_name.module")
44
---@class Config
55
---@field opt string Your config option
66
local config = {
7-
opt = "Hello!"
7+
opt = "Hello!",
88
}
99

1010
---@class MyModule

0 commit comments

Comments
 (0)