Skip to content

Commit

Permalink
fix: dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
maelchiotti authored Sep 4, 2024
1 parent 0472ce1 commit 2ed078e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parchment/lib/src/codecs/markdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ class _ParchmentMarkdownEncoder extends Converter<ParchmentDocument, String> {
}

void _writeUnderlineTag(StringBuffer buffer, {bool close = false}) {
if (false) {
if (close) {
buffer.write('</u>');
} else {
buffer.write('<u>');
Expand Down

0 comments on commit 2ed078e

Please sign in to comment.