diff --git a/gulpfile.js b/gulpfile.js
index e77ab05b4f..058ee187b8 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -8,7 +8,6 @@
 
 'use strict';
 
-
 // THIS CHECK SHOULD BE THE FIRST THING IN THIS FILE
 // This is to ensure that we catch env issues before we error while requiring other dependencies.
 const engines = require('./package.json').engines;