diff --git a/examples/rtic_bare4.rs b/examples/rtic_bare4.rs
index ed77a98b2d65ccdbefc6d7f0d7540152616e359a..d6ccbeee54056930b8697dd1467fe3570a080fcc 100644
--- a/examples/rtic_bare4.rs
+++ b/examples/rtic_bare4.rs
@@ -102,6 +102,7 @@ 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.