Skip to content

Commit

Permalink
Cleaning up some unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Jun 12, 2021
1 parent 939dfd8 commit 57e3cc6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Src/CSharpier/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ CancellationToken cancellationToken
}
else
{
if (standardInFileContents != null)
{
Console.WriteLine(
"directoryOrFile may not be supplied when piping standard input"
);
return 1;
}

directoryOrFile = directoryOrFile!.Select(
o => Path.Combine(Directory.GetCurrentDirectory(), o)
)
Expand Down

0 comments on commit 57e3cc6

Please sign in to comment.