Skip to content

Commit

Permalink
fixup. remove stray newline
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Dec 9, 2023
1 parent aa539bd commit 49492f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpm/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ impl PackageBuilder {
#[inline]
pub fn pre_install_script(mut self, content: impl Into<Scriptlet>) -> Self {
self.pre_inst_script = Some(content.into().ty(ScriptletType::PreInstall));

self
}

Expand Down

0 comments on commit 49492f5

Please sign in to comment.