Skip to content

Commit

Permalink
style(protocol/oracle): Add blank line between associated types.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov committed Jan 23, 2025
1 parent c1b1ddb commit 649ce49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/contracts/oracle/src/contract/alarms/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ where
type PriceG = PriceG;

type Output = AlarmIter<'alarms, PriceG>;

type Error = ContractError;

fn exec<C>(self, price: Price<C, BaseC>) -> Result<Self::Output, Self::Error>
Expand Down

0 comments on commit 649ce49

Please sign in to comment.