Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
;
  • Loading branch information
diginc committed Apr 2, 2019
1 parent f2d846a commit 3fd1e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jenkinsci/plugins/badge/StatusImage.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public int measureText(String text) throws IOException {
} catch (FontFormatException e) {
throw new IOException(e.getMessage());
} finally {
fontStream.close()
fontStream.close();
}
defaultFont = defaultFont.deriveFont(11f);
Canvas canvas = new Canvas();
Expand Down

0 comments on commit 3fd1e68

Please sign in to comment.