Add missing space before commented out code.

master
Addy Osmani 2014-10-03 17:28:03 +01:00
parent 75745c6a61
commit 49e64afc32
1 changed files with 1 additions and 1 deletions

View File

@ -189,4 +189,4 @@ gulp.task('pagespeed', pagespeed.bind(null, {
})); }));
// Load custom tasks from the `tasks` directory // Load custom tasks from the `tasks` directory
//try { require('require-dir')('tasks'); } catch (err) { console.error(err); } // try { require('require-dir')('tasks'); } catch (err) { console.error(err); }