From b746e2f38ed95379c0ddff3dfbcf1d98bf980516 Mon Sep 17 00:00:00 2001 From: s0lray Date: Fri, 27 Mar 2026 01:42:01 -0400 Subject: [PATCH] Fix trailing newline and Videos array formatting (THE-126) CTO cleanup: restore trailing newline removed by json serialization, and revert spurious whitespace change to Videos empty children array. Co-Authored-By: Paperclip --- public/arf.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/arf.json b/public/arf.json index 55aee8f..5f0ab28 100644 --- a/public/arf.json +++ b/public/arf.json @@ -5971,9 +5971,7 @@ { "name": "Videos", "type": "folder", - "children": [ - - ] + "children": [] }, { "name": "Analysis", @@ -8286,4 +8284,4 @@ ] } ] -} \ No newline at end of file +}