Skip to content

Commit

Permalink
Fix Dart 3.6.0 linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Dec 14, 2024
1 parent d34ff28 commit ac5cd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/xml/mixins/has_writer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mixin XmlHasWriter implements XmlHasVisitor {
/// - If the [sortAttributes] is provided, attributes are on-the-fly sorted
/// using the provided [Comparator].
/// - If the predicate [spaceBeforeSelfClose] returns `true`, self-closing
/// elements will be closed with a space before the slash ('<example />')
/// elements will be closed with a space before the slash (`<example />`).
///
String toXmlString({
bool pretty = false,
Expand Down

0 comments on commit ac5cd8c

Please sign in to comment.