Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
coltmcnealy-lh committed Feb 4, 2024
1 parent 73e50a3 commit 2f6bde4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ private boolean startXnHandlers(Date time) {
if (fh.status == LHStatus.ERROR) {
fh.fail(
new FailureModel(
"Failed launching exception handler thread with id: " + fh.number, LHConstants.CHILD_FAILURE),
"Failed launching exception handler thread with id: " + fh.number,
LHConstants.CHILD_FAILURE),
time);
} else {
failedThr.acknowledgeXnHandlerStarted(pfh, fh.number);
Expand Down

0 comments on commit 2f6bde4

Please sign in to comment.