Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! chore: Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 17, 2024
1 parent 1312e3c commit a1bc5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl From<&String> for Chunk {

impl From<&str> for Chunk {
fn from(src: &str) -> Self {
split_chunk(src.as_ref())
split_chunk(src)
}
}

Expand Down

0 comments on commit a1bc5fd

Please sign in to comment.