Skip to content

Commit

Permalink
chore: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Jul 28, 2024
1 parent 18330fc commit 2ed6772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/systemd_tmpfiles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ impl Mode {
Mode::Set { new_only, .. } => *new_only,
}
}

pub fn mode(&self) -> libc::mode_t {
match self {
Mode::Set { mode, .. } => *mode,
Expand Down

0 comments on commit 2ed6772

Please sign in to comment.