From 0ac56f89736fcbea3220e3211aedd8f111756d7d Mon Sep 17 00:00:00 2001 From: tylermmorton Date: Thu, 3 Feb 2022 22:13:43 -0500 Subject: [PATCH] Add newlines to test Taskfiles --- testdata/includes_cycle/Taskfile.yml | 2 +- testdata/includes_cycle/one/Taskfile.yml | 2 +- testdata/includes_cycle/one/two/Taskfile.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testdata/includes_cycle/Taskfile.yml b/testdata/includes_cycle/Taskfile.yml index 56748cd7..2eee81b4 100644 --- a/testdata/includes_cycle/Taskfile.yml +++ b/testdata/includes_cycle/Taskfile.yml @@ -9,4 +9,4 @@ tasks: - echo "called_dep" > called_dep.txt level1: cmds: - - echo "hello level 1" \ No newline at end of file + - echo "hello level 1" diff --git a/testdata/includes_cycle/one/Taskfile.yml b/testdata/includes_cycle/one/Taskfile.yml index a948df55..a8be0fd1 100644 --- a/testdata/includes_cycle/one/Taskfile.yml +++ b/testdata/includes_cycle/one/Taskfile.yml @@ -6,4 +6,4 @@ includes: tasks: level2: cmds: - - echo "hello level 2" \ No newline at end of file + - echo "hello level 2" diff --git a/testdata/includes_cycle/one/two/Taskfile.yml b/testdata/includes_cycle/one/two/Taskfile.yml index b01e4642..d849448a 100644 --- a/testdata/includes_cycle/one/two/Taskfile.yml +++ b/testdata/includes_cycle/one/two/Taskfile.yml @@ -6,4 +6,4 @@ includes: tasks: level3: cmds: - - echo "hello level 3" \ No newline at end of file + - echo "hello level 3"