formatting & lints

This commit is contained in:
kayibal
2025-02-05 18:04:36 -06:00
committed by Alan Höng
parent 5eb08acf82
commit 22f70ca110
10 changed files with 2150 additions and 2541 deletions

View File

@@ -1,7 +1,8 @@
use serde::Deserialize;
use substreams_ethereum::pb::eth::v2::{Call, Log, TransactionTrace};
use tycho_substreams::models::{ChangeType, FinancialType, ImplementationType, ProtocolComponent, ProtocolType};
use tycho_substreams::models::{
ChangeType, FinancialType, ImplementationType, ProtocolComponent, ProtocolType,
};
#[derive(Deserialize)]
pub struct DeploymentConfig {
@@ -48,7 +49,6 @@ pub fn maybe_create_component(
}
}
#[cfg(test)]
mod test {
use super::*;
@@ -58,4 +58,4 @@ mod test {
assert_eq!(config.vault_address, [0u8, 1u8]);
}
}
}