Skip to content

Commit 886f541

Browse files
committed
fix: remove unwanted diagnostic disable comments
1 parent 57cf8cf commit 886f541

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/window-picker/hints/statusline-winbar-hint.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ local StatuslineHint = require('window-picker.hints.statusline-hint')
1010
---@class StatuslineWinbarHint
1111
local M = StatuslineHint:new()
1212

13-
---@diagnostic disable-next-line: duplicate-set-field
1413
function M:set_config(config)
1514
self.chars = config.chars
1615
self.show_prompt = config.show_prompt
@@ -62,7 +61,6 @@ end
6261

6362
--- Shows the characters in status line
6463
--- @param windows number[] windows to draw the hints on
65-
---@diagnostic disable-next-line: duplicate-set-field
6664
function M:draw(windows)
6765
local hint_type = unpack(self:get_hint_type())
6866

0 commit comments

Comments
 (0)