Skip to content

Commit

Permalink
fixed cargo fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daidoji committed Jan 3, 2024
1 parent 43e1988 commit 90ec903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Value {
v.push(format!("{}:{}", json!(key), value.to_json()?));
}
Ok(format!("{{{}}}", v.join(",")))
},
}
_ => err!(CESRError::Conversion("cannot convert to string".to_string())),
}
}
Expand Down

0 comments on commit 90ec903

Please sign in to comment.