Skip to content

Commit

Permalink
[cleanup] Remove left over return that is now unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Mar 17, 2024
1 parent 93f8421 commit 359de0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/revelc/code/formatter/FormatterMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ private void storeFileHashCache(final Properties props) {
StandardOpenOption.CREATE, StandardOpenOption.TRUNCATE_EXISTING);
} catch (final IOException e) {
this.getLog().warn("Cannot store file hash cache properties file", e);
return;
}
}

Expand Down

0 comments on commit 359de0b

Please sign in to comment.