From 5232a899ca7537a4493a7fbd1bd8e03287ff1e26 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Tue, 30 Jan 2024 02:33:26 +0100 Subject: formatting code, use tab identation -- before it's too late --- src/machine/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/machine/mod.rs') diff --git a/src/machine/mod.rs b/src/machine/mod.rs index f272509..70660ce 100644 --- a/src/machine/mod.rs +++ b/src/machine/mod.rs @@ -1,5 +1,5 @@ pub mod cgascr; -pub mod mem; -pub mod keyctrl; -pub mod key; mod kbd_defs; +pub mod key; +pub mod keyctrl; +pub mod mem; -- cgit v1.2.3-70-g09d2