Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-crabnebula committed Jan 9, 2024
1 parent 021618c commit 7663eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packager/src/package/deb/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ fn generate_control_file(

if let Some(priority) = config.deb().and_then(|d| d.priority.as_ref()) {
writeln!(file, "Priority: {}", priority)?;
}else{
} else {
writeln!(file, "Priority: optional")?;
}

Expand Down

0 comments on commit 7663eb6

Please sign in to comment.