style: Update style for Prettier 1.8.0

This commit is contained in:
Pierre Vanduynslager
2017-11-07 00:34:16 -05:00
parent 470697c01d
commit 17a600672f
8 changed files with 48 additions and 40 deletions
+3 -1
View File
@@ -408,7 +408,9 @@ 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`
)
);