Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacholme7 committed Dec 5, 2024
1 parent d4cc839 commit 0d9890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anchor/common/ssv_types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub use committee::{CommitteeId, CommitteeMember};
pub use operator::{Operator, OperatorId};
pub use share::{SSVShare, ValidatorIndex, Share, ShareMember};
pub use share::{SSVShare, Share, ShareMember, ValidatorIndex};
mod committee;
mod operator;
mod share;
Expand Down

0 comments on commit 0d9890b

Please sign in to comment.