Skip to content

Commit 89a07ac

Browse files
committed
Add missing asterisk and remove empty line
1 parent 4ba83de commit 89a07ac

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

  • lib/node_modules/@stdlib/assert/is-arrow-function

lib/node_modules/@stdlib/assert/is-arrow-function/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var fcn2str = Function.prototype.toString;
4848
* function beep() {
4949
* return 'beep';
5050
* }
51-
51+
*
5252
* var bool = isArrowFunction( beep );
5353
* // returns false
5454
*/

lib/node_modules/@stdlib/assert/is-arrow-function/test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ tape( 'main export is a function', function test( t ) {
3939
});
4040

4141
// Run arrow function tests if environment supports `() => {}`...
42-
4342
if ( hasArrowFunctions ) {
4443
require( './es2015-arrow-function' ); // eslint-disable-line stdlib/no-unassigned-require
4544
}

0 commit comments

Comments
 (0)