Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
jurczewski committed Jun 15, 2024
1 parent 744c69c commit 5a848a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PrivatePdfConverter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
app.AddCommand("encrypt", EncryptPdf.EncryptPdfWithPassword).WithDescription("Encrypt pdf file with a password.");
app.AddCommand("logo", AddLogoToPdf.Run).WithDescription("Add an image/logo/watermark to a every page of pdf file.");


await app.RunAsync();

0 comments on commit 5a848a0

Please sign in to comment.