Skip to content

Commit

Permalink
Changed indentation for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
areleu committed Mar 29, 2024
1 parent 8071e68 commit c2b4b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ impl<'a, W> ElementWriter<'a, W> {
};
self.start_tag.state = AttributeIndent::SomeAttributesWritten(isize);
}
// write attribute
self.start_tag.push_attribute(attr);
self
// write attribute
self.start_tag.push_attribute(attr);
self
}

/// Add additional attributes to this element using an iterator.
Expand Down

0 comments on commit c2b4b72

Please sign in to comment.