Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Oct 4, 2024
1 parent 88311fc commit b1fdfcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/egui_kittest/src/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub enum SnapshotError {
Diff { diff: i32, diff_path: PathBuf },
MissingSnapshot { path: PathBuf },
}

impl Display for SnapshotError {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
match self {
Expand Down

0 comments on commit b1fdfcf

Please sign in to comment.