Skip to content

Commit

Permalink
forgot to save file
Browse files Browse the repository at this point in the history
  • Loading branch information
zebpaa committed Jun 30, 2024
1 parent 6de0bbc commit 4e08448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const gendiff = (filepath1, filepath2) => {
// console.log('data1: ', data1);
// console.log('data2: ', data2);
const tree = buildTree(data1, data2);
console.log('Tree:', tree);
// console.log('Tree:', tree);
const formatedTree = format(tree);
// console.log('##########################');
// console.log('Форматированное дерево:', formatedTree);
Expand Down

0 comments on commit 4e08448

Please sign in to comment.