Skip to content

Commit

Permalink
fix: address clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian May committed Sep 5, 2024
1 parent 311dddf commit cfa13cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ pub async fn diff(
tx.send(Message::InstallationResult(i_result.clone())).await;

// Return the diff result.
Ok(diff_result?)
diff_result
}

/// Run the helm upgrade command.
Expand Down

0 comments on commit cfa13cd

Please sign in to comment.