Skip to content

Commit

Permalink
gh-3892 Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Nov 2, 2023
1 parent b10178e commit 6f16bed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ private Function<TaskProgress, SafeHtml> getColouredCellFunc(final Function<Task
TaskProgress::isMatchedInFilter);
}

private Function<TaskProgress, SafeHtml> getWrapableColouredCellFunc(final Function<TaskProgress, String> extractor) {
private Function<TaskProgress, SafeHtml> getWrapableColouredCellFunc(
final Function<TaskProgress, String> extractor) {
final Function<TaskProgress, SafeHtml> colouredCellFunc = getColouredCellFunc(extractor);

return (TaskProgress row) -> {
Expand Down

0 comments on commit 6f16bed

Please sign in to comment.