Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Jan 31, 2024
1 parent ded6ba8 commit d402380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions price-adapter/src/mappers/band_static_mapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ impl BandStaticMapper {
"huobipro" => Ok(include_str!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/resources/huobipro.json"
))),
"coinmarketcap" => Ok(include_str!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/resources/coinmarketcap.json"
Expand Down

0 comments on commit d402380

Please sign in to comment.