Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
kebetsi committed Mar 26, 2024
1 parent 5cc7864 commit 15be19d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ public void deploy() throws IOException {
if (platform == UNSUPPORTED) {
return;
}

try {
var is = getClass().getResourceAsStream(platform.archivePathInJar());
if (is == null) {
Expand Down

0 comments on commit 15be19d

Please sign in to comment.