Skip to content

Commit 194da70

Browse files
committed
Reformat
1 parent 0bf13a6 commit 194da70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

precompiles/src/staking.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ where
120120
}
121121

122122
#[precompile::public("getTotalColdkeyStake(bytes32)")]
123-
#[precompile::view]
123+
#[precompile::view]
124124
fn get_total_coldkey_stake(
125125
_handle: &mut impl PrecompileHandle,
126126
coldkey: H256,
@@ -132,7 +132,7 @@ where
132132
}
133133

134134
#[precompile::public("getTotalHotkeyStake(bytes32)")]
135-
#[precompile::view]
135+
#[precompile::view]
136136
fn get_total_hotkey_stake(
137137
_handle: &mut impl PrecompileHandle,
138138
hotkey: H256,
@@ -277,7 +277,7 @@ where
277277
}
278278

279279
#[precompile::public("getTotalColdkeyStake(bytes32)")]
280-
#[precompile::view]
280+
#[precompile::view]
281281
fn get_total_coldkey_stake(
282282
_handle: &mut impl PrecompileHandle,
283283
coldkey: H256,
@@ -295,7 +295,7 @@ where
295295
}
296296

297297
#[precompile::public("getTotalHotkeyStake(bytes32)")]
298-
#[precompile::view]
298+
#[precompile::view]
299299
fn get_total_hotkey_stake(
300300
_handle: &mut impl PrecompileHandle,
301301
hotkey: H256,

0 commit comments

Comments
 (0)