From 1d2278be0551661c34610331e1ee9b48acf24125 Mon Sep 17 00:00:00 2001 From: EvilSpirit39 <35017208+EvilSpirit39@users.noreply.github.com> Date: Wed, 9 Sep 2020 03:32:52 +0900 Subject: [PATCH] Remove trailing space from Gulpfile.js comment (#40199) --- Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index 424f769a8cad3..82af1630c5cfc 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -413,7 +413,7 @@ const cleanTypesMap = () => del("built/local/typesMap.json"); cleanTasks.push(cleanTypesMap); // Drop a copy of diagnosticMessages.generated.json into the built/local folder. This allows -// it to be synced to the Azure DevOps repo, so that it can get picked up by the build +// it to be synced to the Azure DevOps repo, so that it can get picked up by the build // pipeline that generates the localization artifacts that are then fed into the translation process. const builtLocalDiagnosticMessagesGeneratedJson = "built/local/diagnosticMessages.generated.json"; const copyBuiltLocalDiagnosticMessages = () => src(diagnosticMessagesGeneratedJson)