Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Oct 15, 2024
1 parent d04e345 commit 47d0ed9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/alerting/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ use std::{
use log::{error, info, warn};
use marginfi::{
constants::{PYTH_PUSH_MARGINFI_SPONSORED_SHARD_ID, PYTH_PUSH_PYTH_SPONSORED_SHARD_ID},
state::{
marginfi_group::Bank,
price::{OracleSetup},
},
state::{marginfi_group::Bank, price::OracleSetup},
};
use pagerduty_rs::{
eventsv2sync::EventsV2,
Expand Down

0 comments on commit 47d0ed9

Please sign in to comment.