Skip to content

Commit

Permalink
Fix missing enclosed delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
gllb committed Mar 6, 2025
1 parent 5811fd8 commit d67394c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ impl ComponentConfig {
}
None
}
}

#[derive(Debug, Clone, Ord, PartialOrd, Eq, PartialEq)]
pub enum ConfigPath {
Expand Down

0 comments on commit d67394c

Please sign in to comment.