Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
leethree committed Jan 10, 2018
1 parent 4586d1e commit 84e7037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export const DocumentDir = fs.DocumentDirectoryPath;
export const CacheDir = fs.CachesDirectoryPath;

const resolvePath = (...paths: Array<string>) =>
'/' + paths
'/' +
paths
.join('/')
.split('/')
.filter(part => part && part !== '.')
Expand Down

0 comments on commit 84e7037

Please sign in to comment.