Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzman committed Jul 9, 2024
1 parent 2e6d04f commit 7af6ae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gnosis/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ impl GnosisSync {
// log but otherwise ignore unknown token transfers
if let Error::Gnosis(GnosisError::UnknownToken(_)) = err {
log::warn!(self.logger, "Unknown token deposited to Safe");
}
else {
} else {
return Err(err);
}
}
Expand Down

0 comments on commit 7af6ae0

Please sign in to comment.