Skip to content

Commit a664dbf

Browse files
committed
removed a single space
Signed-off-by: Neil South <[email protected]>
1 parent 1099d42 commit a664dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TaskManager/TaskManager/TaskManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ private async Task HandleCancellationTask(JsonMessage<TaskCancellationEvent> mes
267267
}
268268
catch (Exception ex)
269269
{
270-
// Ignoring exception here as we've asked for the task to be stopped.
270+
// Ignoring exception here as we've asked for the task to be stopped.
271271
_logger.ExectionTimingOutTask(pluginAssembly, ex);
272272
}
273273
finally

0 commit comments

Comments
 (0)