style: auto-format code

This commit is contained in:
Jean-Philippe Sirois
2019-12-01 18:51:27 -05:00
parent d6da413dec
commit 1195215117
2 changed files with 4 additions and 8 deletions
+1 -5
View File
@@ -23,11 +23,7 @@ function dashToSpace(str: string): string {
}
export function humanize(str: string): string {
return pipe(
dashToSpace,
specificWordsToUpper,
removeDotMD
)(str)
return pipe(dashToSpace, specificWordsToUpper, removeDotMD)(str)
}
export function traversePaths(