mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 23:41:02 +00:00
Run RustFmt as part of the CI (#37)
* Run RustFmt as part of the CI * Format repo * Run RustFmt before the default Travis build step Apparently if you override `script` you also need to make sure to `build` and `test` the code yourself. * Format repo
This commit is contained in:
committed by
Bastian Köcher
parent
d904a282c8
commit
e5f998d7d9
@@ -198,10 +198,7 @@ mod tests {
|
||||
empty_step
|
||||
}
|
||||
|
||||
fn verify_with_config(
|
||||
config: &AuraConfiguration,
|
||||
header: &Header,
|
||||
) -> Result<ImportContext<AccountId>, Error> {
|
||||
fn verify_with_config(config: &AuraConfiguration, header: &Header) -> Result<ImportContext<AccountId>, Error> {
|
||||
let storage = InMemoryStorage::new(genesis(), validators_addresses(3));
|
||||
verify_aura_header(&storage, &config, None, header)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user