Skip to content

Commit 8c5ce57

Browse files
committed
fi: add missed linebreak in the output
1 parent 0665d74 commit 8c5ce57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/sub/optimal/hacklace2/Converter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public String convertToHacklace(File image) {
8888
try {
8989
BufferedImage buffImage = ImageIO.read(image);
9090
if (buffImage == null) {
91-
System.err.print(image.getName() + ": not supported image file format");
91+
System.err.println(image.getName() + ": not supported image file format");
9292
return ZERO_LENGTH_STRING;
9393
}
9494
int height = buffImage.getHeight();

0 commit comments

Comments
 (0)