Skip to content

Commit

Permalink
Update src/adder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Colton Donnelly <[email protected]>
  • Loading branch information
airportyh and cdmistman authored Apr 2, 2024
1 parent 3ef273c commit f9e6005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ fn handle_add_with_table_header_path(
table_header_path: &str,
dotted_path: &str,
value: &str,
doc: &mut DocumentMut) -> Result<()> {
doc: &mut DocumentMut,
) -> Result<()> {
let table_header_path_vec = table_header_path
.split('/')
.map(|s| s.to_string())
Expand Down

0 comments on commit f9e6005

Please sign in to comment.