Skip to content

Commit ba6253d

Browse files
chore: remove unnecessary default value in renderer
1 parent d72575b commit ba6253d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/render-markdown/render/dash.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ end
1717
function Render:render()
1818
local width = self.dash.width
1919
width = type(width) == 'number' and self.context:resolve_offset(width, 0) or vim.o.columns
20-
self.dash.left_margin = self.dash.left_margin or 0
2120
local margin = self.context:resolve_offset(self.dash.left_margin, width)
2221

2322
local virt_text = {}

0 commit comments

Comments
 (0)