Skip to content

Commit ac5cd8c

Browse files
committedDec 14, 2024·
Fix Dart 3.6.0 linter issues.
1 parent d34ff28 commit ac5cd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/src/xml/mixins/has_writer.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mixin XmlHasWriter implements XmlHasVisitor {
3333
/// - If the [sortAttributes] is provided, attributes are on-the-fly sorted
3434
/// using the provided [Comparator].
3535
/// - If the predicate [spaceBeforeSelfClose] returns `true`, self-closing
36-
/// elements will be closed with a space before the slash ('<example />')
36+
/// elements will be closed with a space before the slash (`<example />`).
3737
///
3838
String toXmlString({
3939
bool pretty = false,

0 commit comments

Comments
 (0)
Please sign in to comment.