Skip to content

Commit 7e41e48

Browse files
committed
minor formatting
1 parent 76d616d commit 7e41e48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pg/src/main/java/org/bouncycastle/bcpg/ArmoredInputStream.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,8 @@ private boolean parseHeaders()
276276
}
277277
catch (Exception e)
278278
{
279-
throw new ArmoredInputException(e.getMessage());
279+
throw new ArmoredInputException(e.getMessage());
280280
}
281-
282281
if (line.trim().length() == 0)
283282
{
284283
break;

0 commit comments

Comments
 (0)