Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiebee committed Jan 31, 2024
1 parent a8f7182 commit 46525bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface EntropyOpts {
*/

export default class Entropy {
/** @internal */
/** @internal */

Check failure on line 56 in src/index.ts

View workflow job for this annotation

GitHub Actions / Build, test, and lint

Expected indentation of 2 spaces but found 3
#ready?: (value?: unknown) => void
/** @internal */
#fail?: (reason?: unknown) => void
Expand Down

0 comments on commit 46525bc

Please sign in to comment.