Skip to content

Commit

Permalink
chore: fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
Planeshifter authored Feb 22, 2024
1 parent ffc69be commit 838a1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ declare module '@stdlib/types/array' {
*/
type TypedDataTypeMap = Remap<RealFloatingPointDataTypeMap & ComplexFloatingPointDataTypeMap>;

/**
/**
* Boolean index array.
*/
type BooleanIndexArray = Collection<boolean> | AccessorArrayLike<boolean>;
Expand Down

0 comments on commit 838a1d2

Please sign in to comment.