case 'added':
          return `${makeIndent(depth)}+ ${node.name}: ${formatValue(node.value, depth + 1)}`;