Skip to content

Commit

Permalink
src/encoding/text: Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 7, 2021
1 parent f6c6279 commit 4b7ee80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoding/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl Encode for String {
}
}

impl<'a> Encode for Cow<'a, str>{
impl<'a> Encode for Cow<'a, str> {
fn encode(&self, writer: &mut dyn Write) -> Result<(), std::io::Error> {
self.as_ref().encode(writer)
}
Expand Down

0 comments on commit 4b7ee80

Please sign in to comment.