Skip to content

Commit

Permalink
fix: slight typo for function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 5, 2024
1 parent 8724848 commit e58907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/repart_output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use sys_mount::MountFlags;
use tiffin::{Container, MountTarget};

/// Gets the systemd version
pub(crate) fn systemd_version -> color_eyre::Result<usize> {
pub(crate) fn systemd_version() -> color_eyre::Result<usize> {
let output = std::process::Command::new("systemd")
.arg("--version")
.output()?;
Expand Down

0 comments on commit e58907e

Please sign in to comment.