Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update packages/fuel-indexer-lib/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: rashad <[email protected]>
  • Loading branch information
lostman and ra0x3 authored Sep 12, 2023
1 parent 4cff8b3 commit a6d3d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-indexer-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl std::fmt::Display for WasmIndexerError {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
match self {
Self::SerializationError => {
write!(f, "Failed to serialize")
write!(f, "Failed to serialize object.")
}
Self::DeserializationError => {
write!(f, "Failed to deserialize object.")
Expand Down

0 comments on commit a6d3d88

Please sign in to comment.