Skip to content

Commit

Permalink
style: remove extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Sep 27, 2023
1 parent 976d69a commit 70088a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ import slice = require( './index' );
slice( x, {}, false ); // $ExpectError
slice( x, ( x: number ): number => x, false ); // $ExpectError


slice( x, '5', true ); // $ExpectError
slice( x, 5, true ); // $ExpectError
slice( x, false, true ); // $ExpectError
Expand Down

1 comment on commit 70088a4

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
ndarray/base/slice $\color{green}430/430$
$\color{green}+100.00\%$
$\color{green}29/29$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}430/430$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.