Skip to content

Commit

Permalink
fix checkstyle issiue
Browse files Browse the repository at this point in the history
  • Loading branch information
elopezcastro authored Sep 25, 2023
1 parent 8e5cfbb commit 500736c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void run(T configuration, Environment environment)
@Override
protected Result check()
{
return Result.healthy() ;
return Result.healthy();
}
});

Expand Down

0 comments on commit 500736c

Please sign in to comment.