Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
slumber committed May 25, 2023
1 parent 91f53dd commit 6141995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/parachain-system/src/unincluded_segment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ impl<H> SegmentTracker<H> {

/// Return go ahead signal consumed by some ancestor in a segment, if any.
pub fn consumed_go_ahead_signal(&self) -> Option<relay_chain::UpgradeGoAhead> {
self.consumed_go_ahead_signal.clone()
self.consumed_go_ahead_signal
}
}

Expand Down

0 comments on commit 6141995

Please sign in to comment.