From: Daniel Ruf Date: Mon, 2 Apr 2018 22:10:43 +0000 (+0200) Subject: chore: fix indentation X-Git-Tag: v6.6.0~3^2~241^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abca4a13;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: fix indentation --- diff --git a/gulp/tasks/docs.js b/gulp/tasks/docs.js index 59b42cc1d..5c53b851c 100644 --- a/gulp/tasks/docs.js +++ b/gulp/tasks/docs.js @@ -52,8 +52,8 @@ gulp.task('docs', function() { .pipe(supercollider.init()) .pipe(panini(PANINI_CONFIG)) .pipe(cacheBust({ - basePath: '_build/' - })) + basePath: '_build/' + })) .pipe(gulp.dest('_build')) .on('finish', buildSearch); }); @@ -65,8 +65,8 @@ gulp.task('docs:all', function() { .pipe(supercollider.init()) .pipe(panini(PANINI_CONFIG)) .pipe(cacheBust({ - basePath: '_build/' - })) + basePath: '_build/' + })) .pipe(gulp.dest('_build')) .on('finish', buildSearch); });