From 6294210adac854a17348dceeca3af80c7b6fe729 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 16 Apr 2023 02:10:15 +0100
Subject: [PATCH] fix: removed unused return

---
 src/devices/printer.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/devices/printer.rs b/src/devices/printer.rs
index 25c16aac..a9ede2b1 100644
--- a/src/devices/printer.rs
+++ b/src/devices/printer.rs
@@ -175,7 +175,6 @@ impl PrinterDevice {
             }
             PrinterCommand::Other => {
                 warnln!("Printer: Invalid command: {:02x}", self.state as u8);
-                return;
             }
         }
     }
-- 
GitLab