Skip to content

Commit b3fbdf7

Browse files
committed
Fix whitespace
1 parent 0d68027 commit b3fbdf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//! Implement a [CMSIS-Pack] flash algorithm in Rust
2-
//!
2+
//!
33
//! [CMSIS-Pack]: https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/flashAlgorithm.html
4-
//!
4+
//!
55
//! # Feature flags
6-
//!
6+
//!
77
//! - `panic-handler` this is enabled by default and includes a simple abort-on-panic
88
//! panic handler. Disable this feature flag if you would prefer to use a different
99
//! handler.

0 commit comments

Comments
 (0)