Skip to content

Commit

Permalink
Tabs -> Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza authored and greggman committed Oct 27, 2024
1 parent 1925821 commit 6d6e79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* values.
*/
export interface MutableNumberArray {
readonly length: number;
[n: number]: number;
readonly length: number;
[n: number]: number;
}

/**
Expand Down

0 comments on commit 6d6e79e

Please sign in to comment.