From 26ce4e6886d95573dfd9d632830c7806ad9d54ff Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 3 Mar 2019 19:44:14 +0100 Subject: [PATCH] Update testdata/summary/Taskfile.yml Co-Authored-By: jaedle <32975714+jaedle@users.noreply.github.com> --- testdata/summary/Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/summary/Taskfile.yml b/testdata/summary/Taskfile.yml index dc9b6204..9f8a4d2f 100644 --- a/testdata/summary/Taskfile.yml +++ b/testdata/summary/Taskfile.yml @@ -3,7 +3,7 @@ version: 2 tasks: task-with-summary: - deps: [dependend-task-1,dependend-task-2] + deps: [dependend-task-1, dependend-task-2] summary: | summary of task-with-summary - line 1 line 2