Skip to content

Commit 0a51eac

Browse files
authored
code style
1 parent 394b7bd commit 0a51eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/prepareContent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function prepareContent({
2222
}
2323

2424
/** Get the shortest leading whitespace from lines in a string */
25-
const minIndent = (s: string) => {
25+
function minIndent (s: string) {
2626
const match = s.match(/^[ \t]*(?=\S)/gm);
2727

2828
if (!match) {

0 commit comments

Comments
 (0)