Skip to content

Commit c194542

Browse files
committed
Remove extra space
1 parent e915f43 commit c194542

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/tests/bundle/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/tests/bundle/lib/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function build( root, options, clbk ) {
139139
* Callback invoked upon creating a bundle.
140140
*
141141
* @private
142-
* @param {(Error|null)} error - error object
142+
* @param {(Error|null)} error - error object
143143
* @param {Buffer} bundle - bundle
144144
* @returns {void}
145145
*/

0 commit comments

Comments
 (0)