From 5a47fbd3433ac82632e691560541ce352231466d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sat, 10 Aug 2024 11:31:59 +0100 Subject: [PATCH] fix: format --- src/state.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state.rs b/src/state.rs index 4562be96..00679ecc 100644 --- a/src/state.rs +++ b/src/state.rs @@ -52,10 +52,10 @@ pub const BESS_MAGIC: u32 = 0x53534542; /// Represents a component that is able to store and retrieve /// the state of its internal structure. -/// +/// /// This trait is used to define the behavior of the state /// components that are used to store the emulator state. -/// +/// /// Ideally each of Game Boy's components should implement /// this trait to allow the state to be saved and restored /// in a consistent way. -- GitLab