Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Jul 9, 2024
1 parent 0a51eac commit 76e3315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/prepareContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function minIndent (s: string) {
}

return match.reduce((r, a) => Math.min(r, a.length), Infinity);
};
}

/** Strip leading whitespace from each line in a string */
function stripIndent(s: string) {
Expand Down

0 comments on commit 76e3315

Please sign in to comment.