Skip to content
Snippets Groups Projects
Commit a92a7e63 authored by Jan Tegeder's avatar Jan Tegeder
Browse files

Versuch indentation Error zu beheben II

parent 1a63a739
Branches
1 merge request!61Gitlab ci jtgd10
Pipeline #8464 failed with stage
in 15 seconds
This commit is part of merge request !61. Comments created here will be created in the context of that merge request.
......@@ -3,7 +3,7 @@
*/
const todos = [];
class Todo {
constructor(title, description) {
constructor(title, description) {
this.title = title;
this.description = description;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment