Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert cargo fmt changes temporarily
  • Loading branch information
svyatonik committed Jan 26, 2022
commit efc534ab78813aac7b9c6c868afae4f4d6e58131
4 changes: 3 additions & 1 deletion bin/millau/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ pub use frame_support::{

pub use frame_system::Call as SystemCall;
pub use pallet_balances::Call as BalancesCall;
pub use pallet_bridge_grandpa::Call as BridgeGrandpaRialtoCall;
pub use pallet_bridge_grandpa::{
Call as BridgeGrandpaRialtoCall, Call as BridgeGrandpaWestendCall,
};
pub use pallet_bridge_messages::Call as MessagesCall;
pub use pallet_sudo::Call as SudoCall;
pub use pallet_timestamp::Call as TimestampCall;
Expand Down
2 changes: 1 addition & 1 deletion relays/messages/src/message_race_delivery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ where
);

return None
},
}
_ => (),
}

Expand Down