Skip to content

Commit

Permalink
style: Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 14, 2024
1 parent 1732694 commit 6ae923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/snapbox/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl Data {
/// Overwrite a snapshot
pub fn write_to(&self, source: &DataSource) -> Result<(), crate::Error> {
match &source.inner {
DataSourceInner::Path(p) => self.write_to_path(&p),
DataSourceInner::Path(p) => self.write_to_path(p),
}
}

Expand Down

0 comments on commit 6ae923a

Please sign in to comment.