Skip to content

Commit 0598eb4

Browse files
committed
fix(tagflow): remove unnecessary whitespace in _parseHtml method
1 parent ddd7c6a commit 0598eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tagflow/lib/src/tagflow_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class _TagflowState extends State<Tagflow> {
8181
}
8282
}
8383

84-
void _parseHtml() {
84+
void _parseHtml() {
8585
try {
8686
_element = parser.parse(widget.html);
8787
_error = null;

0 commit comments

Comments
 (0)