From 70088a43e057dc3227ecd7180491e165ffd31c51 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Wed, 27 Sep 2023 01:32:43 -0700 Subject: [PATCH] style: remove extra blank line --- lib/node_modules/@stdlib/ndarray/base/slice/docs/types/test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/slice/docs/types/test.ts b/lib/node_modules/@stdlib/ndarray/base/slice/docs/types/test.ts index b5ec97a0ae7..874a8e643c2 100644 --- a/lib/node_modules/@stdlib/ndarray/base/slice/docs/types/test.ts +++ b/lib/node_modules/@stdlib/ndarray/base/slice/docs/types/test.ts @@ -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