chore: fix screenshot lint (#6056)

* chore: fix screenshot lint

* chore: remove extra space
This commit is contained in:
Maribeth Bottorff
2022-03-31 14:34:33 -07:00
committed by GitHub
parent c42aede94d
commit 05b47e27d9

View File

@@ -91,6 +91,7 @@ function workspaceToSvg_(workspace, callback, customCss) {
svgToPng_(data, width, height, callback);
}
/* eslint-disable no-unused-vars */
/**
* Download a screenshot of the blocks on a Blockly workspace.
* @param {!Blockly.WorkspaceSvg} workspace The Blockly workspace.
@@ -106,3 +107,4 @@ function downloadScreenshot(workspace) {
a.parentNode.removeChild(a);
});
}
/* eslint-enable */