Canonical missing semicolon
This commit is contained in:
parent
543123040c
commit
4e192e4199
|
@ -153,5 +153,5 @@ module.exports = function (grunt) {
|
||||||
'clean',
|
'clean',
|
||||||
'coffee',
|
'coffee',
|
||||||
'coverageBackend'
|
'coverageBackend'
|
||||||
])
|
]);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue