From 8bd95db939b264149b114b391b1ab205b0eb425e Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Mon, 14 Apr 2025 17:09:26 -0400 Subject: [PATCH] chore: 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 a1ef13d7..6b99c177 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": [] - } - ] - } - ] -} + "tasks": [ + { + "id": 1, + "dependencies": [], + "subtasks": [ + { + "id": 1, + "dependencies": [] + } + ] + } + ] +} \ No newline at end of file