style: update to prettier@1.9.0

This commit is contained in:
Pierre Vanduynslager
2017-12-05 10:03:18 -05:00
parent f30fb6c8af
commit 0761ef378a
2 changed files with 4 additions and 12 deletions
+1 -3
View File
@@ -492,9 +492,7 @@ test.serial('Create a tag as a recovery solution for "ENOTINHISTORY" error', asy
t.regex(
stderr,
new RegExp(
`You can recover from this error by restoring the commit "${head}" or by creating a tag for the version "${
version
}" on the commit corresponding to this release`
`You can recover from this error by restoring the commit "${head}" or by creating a tag for the version "${version}" on the commit corresponding to this release`
)
);