Commit 1567e60e authored by Pascal Hartig's avatar Pascal Hartig

Fix missing semicolon 🙈

parent 1365ef4c
...@@ -59,4 +59,4 @@ module.exports = function (names) { ...@@ -59,4 +59,4 @@ module.exports = function (names) {
return f === framework.name; return f === framework.name;
}); });
}); });
} };
Markdown is supported
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