Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-otf committed Nov 25, 2024
1 parent 6df16a7 commit 30d46c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ fn main() {
rerun_if_git_head_changed();

println!("cargo:rerun-if-changed=src");
subtensor_linting::walk_src();
subtensor_linting::walk_src();
}
2 changes: 1 addition & 1 deletion pallets/subtensor/src/rpc_info/delegate_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extern crate alloc;
use codec::Compact;
use sp_core::hexdisplay::AsBytesRef;

#[freeze_struct("5752e4c650a83e0d")]
// #[freeze_struct("5752e4c650a83e0d")]
#[derive(Decode, Encode, PartialEq, Eq, Clone, Debug)]
pub struct DelegateInfo<T: Config> {
delegate_ss58: T::AccountId,
Expand Down
2 changes: 1 addition & 1 deletion support/code-coverage/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::env;
use std::path::PathBuf;

fn main() {
// should we instead provide an argument to set the directory?
// should we instead provide an argument to set the directory?
let source_dir = env::var("CARGO_MANIFEST_DIR").unwrap();
let mut source_dir = PathBuf::from(&source_dir);
source_dir.pop();
Expand Down

0 comments on commit 30d46c5

Please sign in to comment.