Skip to content

Commit

Permalink
Clean up spurious semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-robb committed Apr 17, 2023
1 parent 200b331 commit 63f6e6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static void Main(string[] args)
{
Console.WriteLine("Initialized the library.");

String sInput = Library.ResourceDirectory + "Sample_Input/sample.pdf"; ;
String sInput = Library.ResourceDirectory + "Sample_Input/sample.pdf";
String sOutput = "../PDFOptimizer-out.pdf";

if (args.Length > 0)
Expand Down

0 comments on commit 63f6e6d

Please sign in to comment.