Skip to content

Commit

Permalink
style: remove trailing whitespace in template string
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Mar 29, 2017
1 parent 232b6c6 commit d88cb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ process.env.ROOT = root
// the testing folder should be outside of the project to avoid lookup in the project's node_modules
const tmpPath = path.join(root, '..', '.tmp')
mkdirp.sync(tmpPath)
const npmrc = stripIndent`
const npmrc = stripIndent`
store-path = ../.store
fetch-retries = 5
fetch-retry-maxtimeout = 180000
Expand Down

0 comments on commit d88cb27

Please sign in to comment.