aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2020-06-11 19:00:52 +0200
committerEmil Fresk <emil.fresk@gmail.com>2020-06-11 19:00:52 +0200
commiteb6406da7e33e62c8c126b044d80fb70afb8c675 (patch)
tree2cb584575428edcf237903cdbb703e863b02519e /examples
parent1be9d0067bec44356ab96f0cd6d8252b8145f4ad (diff)
Fmt
Diffstat (limited to 'examples')
-rw-r--r--examples/t-idle-main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/t-idle-main.rs b/examples/t-idle-main.rs
index d1bb148..861bbf2 100644
--- a/examples/t-idle-main.rs
+++ b/examples/t-idle-main.rs
@@ -9,8 +9,7 @@ use panic_semihosting as _;
#[rtfm::app(device = lm3s6965)]
const APP: () = {
#[init]
- fn init(_: init::Context) {
- }
+ fn init(_: init::Context) {}
#[idle]
fn main(_: main::Context) -> ! {