Skip to content

Commit 830fde2

Browse files
authored
Update fmt file and some authors (#1379)
* Include bridges into fmt Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix some authors Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
1 parent a7ed6d2 commit 830fde2

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

.rustfmt.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Basic
2+
edition = "2021"
23
hard_tabs = true
34
max_width = 100
45
use_small_heuristics = "Max"
@@ -18,10 +19,6 @@ match_block_trailing_comma = true
1819
trailing_comma = "Vertical"
1920
trailing_semicolon = false
2021
use_field_init_shorthand = true
21-
ignore = [
22-
"cumulus/bridges",
23-
]
24-
edition = "2021"
2522
# Format comments
2623
comment_width = 100
2724
wrap_comments = true

polkadot/roadmap/implementers-guide/book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[book]
2-
authors = ["Rob Habermeier", "Peter Goodspeed-Niklaus"]
2+
authors = ["Parity Technologies <admin@parity.io>"]
33
language = "en"
44
multilingual = false
55
src = "src"

substrate/frame/asset-rate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pallet-asset-rate"
33
version = "4.0.0-dev"
44
description = "Whitelist non-native assets for treasury spending and provide conversion to native balance"
5-
authors = ["William Freudenberger <w.freude@icloud.com>"]
5+
authors.workspace = true
66
homepage = "https://substrate.io"
77
edition.workspace = true
88
license = "Apache-2.0"

substrate/primitives/consensus/sassafras/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sp-consensus-sassafras"
33
version = "0.3.4-dev"
4-
authors = ["Parity Technologies <admin@parity.io>"]
4+
authors.workspace = true
55
description = "Primitives for Sassafras consensus"
66
edition = "2021"
77
license = "Apache-2.0"

substrate/utils/frame/rpc/support/Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
[package]
22
name = "substrate-frame-rpc-support"
33
version = "3.0.0"
4-
authors = [
5-
"Parity Technologies <admin@parity.io>",
6-
"Andrew Dirksen <andrew@dirksen.com>",
7-
]
4+
authors.workspace = true
85
edition.workspace = true
96
license = "Apache-2.0"
107
homepage = "https://substrate.io"

0 commit comments

Comments
 (0)