Skip to content

Commit

Permalink
1 more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Sep 15, 2023
1 parent f8f3b57 commit 6e6a102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/configuration/src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub fn is_true(value: &bool) -> bool {
pub(crate) fn is_true(value: &bool) -> bool {
*value
}

pub fn default_as_true() -> bool {
pub(crate) fn default_as_true() -> bool {
true
}

0 comments on commit 6e6a102

Please sign in to comment.