Skip to content

Commit

Permalink
style: format code with dotnet-format
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 6fca6ef according to the output
from dotnet-format.

Details: None
  • Loading branch information
deepsource-autofix[bot] committed Dec 9, 2023
1 parent 6fca6ef commit fe66884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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])) {
Expand Down

0 comments on commit fe66884

Please sign in to comment.