Skip to content

Commit

Permalink
(#115) Remove unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Jan 13, 2024
1 parent 83d7d69 commit 1d557c3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ void buildDocumentWithFileContent() throws Exception {

@Test
void buildDocumentWithFontsAndImages() throws Exception {
final File file = new File("fonts-images.pdf");
final Id id = new Serial();
final Font times = new TimesRoman(id, 16);
final Font helvetica = new Helvetica(id, 16);
Expand Down

0 comments on commit 1d557c3

Please sign in to comment.