Skip to content

Commit

Permalink
Merge pull request #7 from lc6464/deepsource-transform-5346ba24
Browse files Browse the repository at this point in the history
style: format code with dotnet-format
  • Loading branch information
lc6464 committed Dec 9, 2023
2 parents 6fca6ef + fe66884 commit 73e39bf
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 73e39bf

Please sign in to comment.