resolv some missing fix eslint rules no-trailing-spaces

This commit is contained in:
Rodrigo Ramírez Norambuena
2016-12-30 17:47:33 -03:00
parent 809d932087
commit a48cb052c2
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/* CalendarFetcher Tester
* use this script with `node debug.js` to test the fetcher without the need
* use this script with `node debug.js` to test the fetcher without the need
* of starting the MagicMirror core. Adjust the values below to your desire.
*
* By Michael Teeuw http://michaelteeuw.nl
@@ -30,4 +30,3 @@ fetcher.onError(function(fetcher, error) {
fetcher.startFetch();
console.log("Create fetcher done! ");