Skip to content

Commit 13818ad

Browse files
committed
docgen: Run cargo fmt
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]>
1 parent 8d78168 commit 13818ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docgen/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ extern crate zephyr;
1111

1212
#[no_mangle]
1313
extern "C" fn rust_main() {
14-
printkln!("Hello world from Rust on {}",
15-
zephyr::kconfig::CONFIG_BOARD);
14+
printkln!("Hello world from Rust on {}", zephyr::kconfig::CONFIG_BOARD);
1615
}

0 commit comments

Comments
 (0)