From fe66884693d35689fad07ccc04dfc0b6cda086ab Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:15:06 +0000 Subject: [PATCH] style: format code with dotnet-format This commit fixes the style issues introduced in 6fca6ef according to the output from dotnet-format. Details: None --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 78ad208..c071c01 100644 --- a/Program.cs +++ b/Program.cs @@ -141,7 +141,7 @@ 4. 编解码失败 return 3; } } else { // 异常处理和用户提示还没完成 - // Read from file + // Read from file if (args is [.., "-"]) { // Write to stdout if (!File.Exists(args[1])) {