Skip to content

Commit 45b2044

Browse files
committed
Remove accidental insertion of newline
1 parent 7f64766 commit 45b2044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stm32-data-gen/src/chips.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@ fn process_chip(
824824

825825
let dump = serde_json::to_string_pretty(&chip)?;
826826
std::fs::write(format!("build/data/chips/{chip_name}.json"), dump)?;
827-
828827
Ok(())
829828
}
830829

0 commit comments

Comments
 (0)