Skip to content

Commit 06ff605

Browse files
committed
Remove empty line
1 parent f43e164 commit 06ff605

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/assert/is-native-function/lib/is_native_function.js

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ var fcn2str = Function.prototype.toString;
3030
*
3131
* bool = isNativeFunction( Date );
3232
* // returns true
33-
3433
*/
3534
function isNativeFunction( value ) {
3635
return (

0 commit comments

Comments
 (0)