diff --git a/examples/rtic_bare4.rs b/examples/rtic_bare4.rs
index 8f01d938e436e4a7a14217b2826311225ad182b5..e3d55a7a866d2e7f3767a33148c8baf2fab253f5 100644
--- a/examples/rtic_bare4.rs
+++ b/examples/rtic_bare4.rs
@@ -97,6 +97,7 @@ const APP: () = {
 //
 // 2. Comment out line 38 and uncomment line 39 (essentially omitting the `unsafe`)
 //
+
 //    //unsafe { core::ptr::read_volatile(addr as *const _) }
 //    core::ptr::read_volatile(addr as *const _)
 //