Skip to content

Commit 31fd427

Browse files
committed
style: remove unwanted empty lines
1 parent 0c994ee commit 31fd427

File tree

49 files changed

+0
-50
lines changed
  • lib/node_modules/@stdlib

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+0
-50
lines changed

lib/node_modules/@stdlib/array/base/cuany/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ import cuany = require( './index' );
7676
cuany.assign( x, {}, 2, 0 ); // $ExpectError
7777
}
7878

79-
8079
// The compiler throws an error if the `assign` method is provided a third argument which is not a number...
8180
{
8281
const x = [ false, false, true, false, false ];

lib/node_modules/@stdlib/array/base/cuevery/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ import cuevery = require( './index' );
7676
cuevery.assign( x, {}, 2, 0 ); // $ExpectError
7777
}
7878

79-
8079
// The compiler throws an error if the `assign` method is provided a third argument which is not a number...
8180
{
8281
const x = [ false, false, true, false, false ];

lib/node_modules/@stdlib/array/base/cunone/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ import cunone = require( './index' );
7676
cunone.assign( x, {}, 2, 0 ); // $ExpectError
7777
}
7878

79-
8079
// The compiler throws an error if the `assign` method is provided a third argument which is not a number...
8180
{
8281
const x = [ false, false, true, false, false ];

lib/node_modules/@stdlib/array/base/cusome-by-right/docs/types/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ const isPositive = ( v: number ): boolean => {
129129
cusomeByRight.assign( x, [], y, 1, 0, isPositive ); // $ExpectError
130130
}
131131

132-
133132
// The compiler throws an error if the `assign` method is provided a third argument which is not an array-like object...
134133
{
135134
const x = [ 1, 1, 0, 0, 0 ];
@@ -184,7 +183,6 @@ const isPositive = ( v: number ): boolean => {
184183
cusomeByRight.assign( x, 1, y, 1, 0, [] ); // $ExpectError
185184
}
186185

187-
188186
// The compiler throws an error if the `assign` method is provided an unsupported number of arguments...
189187
{
190188
cusomeByRight.assign(); // $ExpectError

lib/node_modules/@stdlib/assert/is-boolean-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isBooleanArray = require( './index' );
4646
isBooleanArray.primitives( [ true ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

lib/node_modules/@stdlib/assert/is-boolean/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isBoolean = require( './index' );
4646
isBoolean.isPrimitive( true, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

lib/node_modules/@stdlib/assert/is-composite/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isComposite = require( './index' );
4646
isComposite.isPrimitive( 0.2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

lib/node_modules/@stdlib/assert/is-cube-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isCubeNumber = require( './index' );
4646
isCubeNumber.isPrimitive( 0.2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

lib/node_modules/@stdlib/assert/is-empty-string/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isEmptyString = require( './index' );
4646
isEmptyString.isPrimitive( 'abc', 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

lib/node_modules/@stdlib/assert/is-even/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isEven = require( './index' );
4646
isEven.isPrimitive( 4, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

0 commit comments

Comments
 (0)