Skip to content

Commit

Permalink
chore: Run spotless pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamefrede committed Nov 7, 2023
1 parent 10dc013 commit 559ba8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static void load(Properties props) {
try {
int[] values = Stream.of(value.split(",")).mapToInt(el -> Integer.parseInt(el.substring(2), 16)).toArray();
m.put(key, values);
} catch (NumberFormatException | StringIndexOutOfBoundsException e) {
} catch (NumberFormatException | StringIndexOutOfBoundsException e) {
Psi.logger.error("Contributor " + key + " has an invalid hexcode!");
}
}
Expand Down

0 comments on commit 559ba8e

Please sign in to comment.