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 7c1bb11 commit 2bf5580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/oracle/src/contract/alarms/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ where
if result.is_some() {
result
} else if let Err(error) = self.update_alarm_iterator() {
Some(Err(error))
Some(Err(error))
} else {
self.alarm_iter.as_mut().and_then(Iterator::next)
}
Expand Down

0 comments on commit 2bf5580

Please sign in to comment.