diff --git a/dashboard/modules/reporter/reporter_head.py b/dashboard/modules/reporter/reporter_head.py index cbce692fca5bd2..54525605ddc730 100644 --- a/dashboard/modules/reporter/reporter_head.py +++ b/dashboard/modules/reporter/reporter_head.py @@ -39,8 +39,8 @@ EMOJI_WARNING = "⚠️" WARNING_FOR_MULTI_TASK_IN_A_WORKER = ( "Warning: This task is running in a worker process that is running multiple tasks. " - "This can happen if you are profiling a task right as it finishes or if you are using " - "the Async Actor or Threaded Actors pattern. " + "This can happen if you are profiling a task right as it finishes or if you are " + "using the Async Actor or Threaded Actors pattern. " "The information that follows may come from any of these tasks:" ) SVG_STYLE = """