Skip to content

Commit

Permalink
apply spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
  • Loading branch information
GiviMAD committed Dec 14, 2021
1 parent 88e349a commit 8af8619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public String recordInputEvents()
int n3 = Integer.parseInt(matcher.group("n3"), 16);
commandList.add(String.format("sendevent /%s %d %d %d", inputPath, n1, n2, n3));
}
}catch (NumberFormatException e){
} catch (NumberFormatException e) {
logger.warn("NumberFormatException while parsing events, aborting");
return "";
}
Expand Down

0 comments on commit 8af8619

Please sign in to comment.