From fc5cfc859fa3eeede3702d65d61efb498028910a Mon Sep 17 00:00:00 2001 From: Toki Date: Sat, 21 Dec 2024 17:50:45 +0900 Subject: [PATCH] update test --- lib/cli/commands/command_install.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/commands/command_install.dart b/lib/cli/commands/command_install.dart index 45020a5..a74b427 100644 --- a/lib/cli/commands/command_install.dart +++ b/lib/cli/commands/command_install.dart @@ -94,4 +94,4 @@ class CommandUninstall extends CommandBase { // ignore: prefer_interpolation_to_compose_strings return ':::: Delete from the startup program and remove the file.'; } -} +} \ No newline at end of file