Skip to content

Commit

Permalink
chore(manager): make VerbosityLevel a public type
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Jan 29, 2024
1 parent 0971d4c commit b72393a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_node_manager/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use std::str::FromStr;
const DEFAULT_NODE_COUNT: u16 = 25;

#[derive(Clone, PartialEq)]
enum VerbosityLevel {
pub enum VerbosityLevel {
Minimal,
Normal,
Full,
Expand Down

0 comments on commit b72393a

Please sign in to comment.