Skip to content

Commit

Permalink
docgen: Run cargo fmt
Browse files Browse the repository at this point in the history
Format the source according to the default rules. This provides a
baseline for future changes to require well-formatted source.

Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Jan 17, 2025
1 parent 3f490ab commit 9206f81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docgen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ extern crate zephyr;

#[no_mangle]
extern "C" fn rust_main() {
printkln!("Hello world from Rust on {}",
zephyr::kconfig::CONFIG_BOARD);
printkln!("Hello world from Rust on {}", zephyr::kconfig::CONFIG_BOARD);
}

0 comments on commit 9206f81

Please sign in to comment.