Skip to content

Commit

Permalink
fix: ignore unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
genzyy committed Feb 17, 2024
1 parent 7dbb889 commit d6574b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/embark/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ local M = {}
--- @class StyleProps
--- @field bold boolean
--- @field italic boolean
-- stylua: ignore
local style_props = {

Check warning on line 10 in lua/embark/init.lua

View workflow job for this annotation

GitHub Actions / Lint

unused variable style_props

Check warning on line 10 in lua/embark/init.lua

View workflow job for this annotation

GitHub Actions / Lint

unused variable style_props
bold = true,
italic = true,
Expand Down

0 comments on commit d6574b1

Please sign in to comment.