Skip to content

Commit

Permalink
style: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov authored and Gancho Manev committed May 25, 2023
1 parent 8c53981 commit 3ee1d00
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/src/oracle_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ use finance::{
use leaser::msg::QueryMsg;
use marketprice::{config::Config as PriceConfig, SpotPrice};
use oracle::{
msg::{
AlarmsCount,
ExecuteAlarmMsg,
QueryMsg as OracleQ
},
alarms::Alarm,
msg::{AlarmsCount, ExecuteAlarmMsg, QueryMsg as OracleQ},
result::ContractResult,
ContractError
ContractError,
};
use platform::{batch::Batch, coin_legacy};
use sdk::{
Expand Down

0 comments on commit 3ee1d00

Please sign in to comment.