Skip to content

Commit 1d2278b

Browse files
authored
Remove trailing space from Gulpfile.js comment (microsoft#40199)
1 parent 42196df commit 1d2278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ const cleanTypesMap = () => del("built/local/typesMap.json");
413413
cleanTasks.push(cleanTypesMap);
414414

415415
// Drop a copy of diagnosticMessages.generated.json into the built/local folder. This allows
416-
// it to be synced to the Azure DevOps repo, so that it can get picked up by the build
416+
// it to be synced to the Azure DevOps repo, so that it can get picked up by the build
417417
// pipeline that generates the localization artifacts that are then fed into the translation process.
418418
const builtLocalDiagnosticMessagesGeneratedJson = "built/local/diagnosticMessages.generated.json";
419419
const copyBuiltLocalDiagnosticMessages = () => src(diagnosticMessagesGeneratedJson)

0 commit comments

Comments
 (0)