Skip to content

Commit 30d46c5

Browse files
committed
Reformat
1 parent 6df16a7 commit 30d46c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: node/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ fn main() {
55
rerun_if_git_head_changed();
66

77
println!("cargo:rerun-if-changed=src");
8-
subtensor_linting::walk_src();
8+
subtensor_linting::walk_src();
99
}

Diff for: pallets/subtensor/src/rpc_info/delegate_info.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern crate alloc;
77
use codec::Compact;
88
use sp_core::hexdisplay::AsBytesRef;
99

10-
#[freeze_struct("5752e4c650a83e0d")]
10+
// #[freeze_struct("5752e4c650a83e0d")]
1111
#[derive(Decode, Encode, PartialEq, Eq, Clone, Debug)]
1212
pub struct DelegateInfo<T: Config> {
1313
delegate_ss58: T::AccountId,

Diff for: support/code-coverage/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::env;
22
use std::path::PathBuf;
33

44
fn main() {
5-
// should we instead provide an argument to set the directory?
5+
// should we instead provide an argument to set the directory?
66
let source_dir = env::var("CARGO_MANIFEST_DIR").unwrap();
77
let mut source_dir = PathBuf::from(&source_dir);
88
source_dir.pop();

0 commit comments

Comments
 (0)