Skip to content

Commit

Permalink
style: add EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 26, 2021
1 parent 4349cdf commit e04c796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/indent-string.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function indentString (string: string, count: number): string {
return string.replace(/^(?!\s*$)/gm, ' '.repeat(count))
}
}

0 comments on commit e04c796

Please sign in to comment.