Skip to content

Commit 5390459

Browse files
committed
fix: remove redundant empty line
1 parent f59050f commit 5390459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/expressive-code/cxx-mark.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export function pluginCxxMark(): ExpressiveCodePlugin {
3333
color: "var(--cppdoc-color-cxx-mark-exposition)",
3434
italic: true
3535
})
36-
3736
)
3837
line.editText(begin + 2, begin + 9, "")
3938
} else if (match.groups?.optional != undefined) {

0 commit comments

Comments
 (0)