From 3612ddb433862e63b80b6b46ce73d75893c7bb4f Mon Sep 17 00:00:00 2001 From: sarkiroka Date: Sat, 23 Mar 2019 16:18:15 +0100 Subject: [PATCH] refactor: remove extra line break in gulpfile (#29489) PR Close #29489 --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) 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;