diff --git a/examples/rtic_bare4.rs b/examples/rtic_bare4.rs
index d6ccbeee54056930b8697dd1467fe3570a080fcc..ed77a98b2d65ccdbefc6d7f0d7540152616e359a 100644
--- a/examples/rtic_bare4.rs
+++ b/examples/rtic_bare4.rs
@@ -102,7 +102,6 @@ const APP: () = {
 //    //unsafe { core::ptr::read_volatile(addr as *const _) }
 //    core::ptr::read_volatile(addr as *const _)
 //
-//
 //    What was the error message and explain why.
 //
 //    error[E0133]: call to unsafe function is unsafe and requires unsafe function or block.