Skip to content

Commit be16e32

Browse files
committed
🔧 chore(migration.rs): fix indentation and formatting in log messages for better readability
🔧 chore(rust-toolchain.toml): update Rust toolchain channel to nightly-2023-10-01 for compatibility with dependencies and add rustfmt component
1 parent baf7428 commit be16e32

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎pallets/fund-admin/src/migration.rs‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ pub mod v1 {
127127
current_version.put::<Pallet<T>>();
128128

129129
log::info!(
130-
target: LOG_TARGET,
131-
"Upgraded {} DrawdownData<T> from {} initial drawdowns, storage to version {:?}",
132-
count_drawdowns,
133-
translated_drawdowns,
134-
current_version
135-
);
130+
target: LOG_TARGET,
131+
"Upgraded {} DrawdownData<T> from {} initial drawdowns, storage to version {:?}",
132+
count_drawdowns,
133+
translated_drawdowns,
134+
current_version
135+
);
136136

137137
log::info!(
138138
target: LOG_TARGET,

‎rust-toolchain.toml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2023-01-01"
3-
components = [ "rustfmt" ]
4-
targets = [ "wasm32-unknown-unknown" ]
5-
profile = "minimal"
2+
channel = "nightly-2023-10-01"
3+
components = ["rustfmt"]
4+
targets = ["wasm32-unknown-unknown"]
5+
profile = "minimal"

0 commit comments

Comments
 (0)