Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
YourUsername committed Mar 12, 2024
1 parent b7459b3 commit 11f4c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/subspace/tests/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ pub fn register(netuid: u16, key: U256, stake: u64) {
assert_ok!(result);
}


pub fn remote_subnet(netuid: u16, key: U256) {
let origin = get_origin(key);
let result = SubspaceModule::do_remove_subnet(origin, netuid);
Expand Down

0 comments on commit 11f4c4d

Please sign in to comment.