From 26912702a7c25549887436f3167c251dfb989ca8 Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Thu, 10 Apr 2025 03:00:08 -0400 Subject: [PATCH] chore: prettier formatting --- tests/fixture/test-tasks.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/fixture/test-tasks.json b/tests/fixture/test-tasks.json index 6b99c177..a1ef13d7 100644 --- a/tests/fixture/test-tasks.json +++ b/tests/fixture/test-tasks.json @@ -1,14 +1,14 @@ { - "tasks": [ - { - "id": 1, - "dependencies": [], - "subtasks": [ - { - "id": 1, - "dependencies": [] - } - ] - } - ] -} \ No newline at end of file + "tasks": [ + { + "id": 1, + "dependencies": [], + "subtasks": [ + { + "id": 1, + "dependencies": [] + } + ] + } + ] +}