From 006a0adb3bb6ca1c7cf7e3221f4c41a9fc6841f9 Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Mon, 7 Feb 2022 20:13:01 -0500 Subject: [PATCH] Fix --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c34fd96..75f871c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,4 +6,4 @@ pub mod rdram; pub mod emulator; pub mod rcp; pub mod utils; -pub mod gui; \ No newline at end of file +pub mod gui;