From 032ffbad63ea087462cbf45e460677a6a732fcc1 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Sun, 26 Apr 2020 23:13:46 -0700 Subject: [PATCH] Bogus newline change in the gulpfile --- Gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gulpfile.js b/Gulpfile.js index 095ea5025c4..f39d1d455e5 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -1,4 +1,5 @@ // @ts-check + const path = require("path"); const fs = require("fs"); const log = require("fancy-log");