Skip to content

Commit d7b7894

Browse files
committed
Remove unused comments
1 parent db25b9c commit d7b7894

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/widgets/text_line.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ class TextLine extends StatelessWidget {
9999
return TextSpan(style: lineStyle, children: textSpanChildren);
100100
}
101101

102-
// test with different combinations
103-
// comb through logic , see if any refactoring is needed
104-
105102
TextAlign _getTextAlign() {
106103
final alignment = line.style.attributes[Attribute.align.key];
107104
if (alignment == Attribute.leftAlignment) {

0 commit comments

Comments
 (0)