Skip to content

Commit ae104d9

Browse files
committed
run format
1 parent 99eeba9 commit ae104d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/2-browser-apps/06-project/_samples/step3/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ addButton.onclick = () => {
2121
todoItem.appendChild(editButton);
2222
todoItem.appendChild(deleteButton);
2323
todoList.appendChild(todoItem);
24-
};
24+
};

docs/2-browser-apps/06-project/_samples/todo/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ addButton.onclick = () => {
2424
todoItem.appendChild(editButton);
2525
todoItem.appendChild(deleteButton);
2626
todoList.appendChild(todoItem);
27-
};
27+
};

0 commit comments

Comments
 (0)