Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Aug 6, 2024
1 parent 79ab7c9 commit fb71b91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/core/src/dvm/customer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ impl Customer {
if let Some(p) = program {
if let Some(inputs) = p.inputs {
params_inputs = inputs;
}
else {
} else {
let successful_parses = extract_params_from_tags(&tags);
// let inputs_values:HashMap<String,Value>= successful_parses
// .into_iter()
Expand Down

0 comments on commit fb71b91

Please sign in to comment.