chore: code formatting
This commit is contained in:
@@ -929,8 +929,8 @@ pub mod events {
|
||||
.topics
|
||||
.get(0)
|
||||
.expect("bounds already checked")
|
||||
.as_ref() ==
|
||||
Self::TOPIC_ID;
|
||||
.as_ref()
|
||||
== Self::TOPIC_ID;
|
||||
}
|
||||
pub fn decode(log: &substreams_ethereum::pb::eth::v2::Log) -> Result<Self, String> {
|
||||
let mut values =
|
||||
@@ -1009,8 +1009,8 @@ pub mod events {
|
||||
.topics
|
||||
.get(0)
|
||||
.expect("bounds already checked")
|
||||
.as_ref() ==
|
||||
Self::TOPIC_ID;
|
||||
.as_ref()
|
||||
== Self::TOPIC_ID;
|
||||
}
|
||||
pub fn decode(log: &substreams_ethereum::pb::eth::v2::Log) -> Result<Self, String> {
|
||||
let mut values =
|
||||
|
||||
Reference in New Issue
Block a user