mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-02 01:10:40 +00:00
run fmt
This commit is contained in:
committed by
Paul Masurel
parent
b6140d2962
commit
da61baed3b
@@ -197,9 +197,7 @@ impl fmt::Display for DeleteError {
|
||||
write!(f, "the file '{:?}' is protected and can't be deleted", path)
|
||||
}
|
||||
DeleteError::IOError(ref err) => {
|
||||
write!(f,
|
||||
"an io error occurred while deleting a file: '{}'",
|
||||
err)
|
||||
write!(f, "an io error occurred while deleting a file: '{}'", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user