From 5007cb0b36f654e350df15a558c2b83f9ced4737 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Thu, 29 May 2025 16:15:37 -0700 Subject: [PATCH] cargo fmt --- installer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/src/main.rs b/installer/src/main.rs index 03d1624..e1cc83a 100644 --- a/installer/src/main.rs +++ b/installer/src/main.rs @@ -50,7 +50,7 @@ struct Util { enum UtilSubCommand { /// Send a serial command to the Orbic. Serial(Serial), - /// Start an ADB shell + /// Start an ADB shell Shell(Shell), /// Root the tplink and launch telnetd. TplinkStartTelnet(TplinkStartTelnet),